[Zope-dev] Subproducts in a Zope Python Product

Johan Carlsson johanc@torped.se
Thu, 8 Feb 2001 19:32:24 +0100


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=20
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)?