[Zope] Product Question

Chris Withers chrisw@nipltd.com
Thu, 09 Jan 2003 18:14:52 +0000


Matthew Russell wrote:
> 
> InitializeClass(MyProduct)
> 
> Now, my product works fine <u>without</u> this line, and as I'm a 
> curious sort, was wonderiing if anyone could tell me why if you have got 
> initialze() in __jnit__.py why one would <i>need</i> to 
> InitializeClass() in Product.py??

The one in __init__.py has nothing to do with the one in Product.py.

Come back and ask your question again when you're banging your head against a 
wall trying to figure out why, in some edge cases, instances of your product 
behave weirdly w.r.t. security ;-)

cheers,

Chris