[Zope] Subfolders of Extensions folder

Tino Wildenhain tino at wildenhain.de
Fri Apr 15 08:41:24 EDT 2005


Am Freitag, den 15.04.2005, 13:40 +0300 schrieb Vital Lobachevsky:
> Hi, all!
> 
> Can I use the folders in Zope's "Extensions" folder to keep the External 
> Methods in more logical way?

iirc you can just create a directory
in Products and put your methods there.
You can then import it from here.

try with or without __init__.py in that
directory (can be empty)

and Products.yourproduct.yourmodule

as module name.



More information about the Zope mailing list