28 Apr
2004
28 Apr
'04
11:46 p.m.
Mike C. Fletcher wrote at 2004-4-28 05:53 -0400:
I had thought that this was done with __path__ statements in the __init__.py module, but I don't see any __path__ statement in Products/__init__.py in my Zope 2.7 install. PyDoc doesn't pick up the existence of the extended search path and I was thinking I'd try to teach it how to do so.
The magic is done in the import of "App.FindHomes". -- Dieter