3 Sep
2000
3 Sep
'00
11:54 p.m.
I've noticed that some ZOPE Python Products define an initialize() routine in their __init__.py file and some don't. From what I can tell it is not really needed, but simply offers a more organized way of registering the Product. Is it good practice to define initialize(), and if so, why + what does it do? kh