8 Feb
2001
8 Feb
'01
6:32 p.m.
Hi, I want to create a sub modul in one of my Python Products, because it gets more manageble. Accualy I have a bunch of Plugins I which files I want to manage in sub directories of the original Python Product. e.g. ./Products/MyProduct/PluginKind1 etc... How do I setup the Zope registration procedure. I just had a look at ZPattern and the only thing it seem I have to do is import the module form MyProducts __ini__.py Is this assuption correct? Regards, Johan Carlsson By the way. Are there any reasons I shouldn't use necesting Plugins (Plugins that can have Plugins)?