17 Jan
2002
17 Jan
'02
3:26 p.m.
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