[Zope-dev] Why third_party/docutils?
Dieter Maurer
dieter at handshake.de
Mon Nov 29 15:59:42 EST 2004
Andreas Jung wrote at 2004-11-29 12:59 +0100:
> ....
>Independent of its location there is a need to adjust sys.path
>to make imports working (it does not matter if it is under lib/python or
>lib/python/third_party).
A much clearer approach (than "sys.path" tweaking) would be
to modify the imports for "docutils":
from docutils import ...
to
from third_party.docutils import ...
I expect "docutils" use is quite local.
--
Dieter
More information about the Zope-Dev
mailing list