[Zope-dev] Re: [Zope] Security Assertions

Chris McDonough chrism@zope.com
Thu, 17 Jan 2002 10:26:33 -0500


> Just a quick note on this point, there are two points during startup when
a
> product can get control:
> 1) When the __init__.py is imported
> 2) When the initialize function within that __init__.py is called.

I think Godefroid's case it would definitely want to be in __init__.py
*outside* of the initialize() function as it wants to be done at the
earliest possible time.

- C