[Zope-Checkins] SVN: Zope/trunk/test.py added lib/python/third_party/docutils to sys.path

Andreas Jung andreas at andreas-jung.com
Sat Oct 30 04:34:08 EDT 2004


Log message for revision 28294:
  added lib/python/third_party/docutils to sys.path
  

Changed:
  U   Zope/trunk/test.py

-=-
Modified: Zope/trunk/test.py
===================================================================
--- Zope/trunk/test.py	2004-10-30 07:43:53 UTC (rev 28293)
+++ Zope/trunk/test.py	2004-10-30 08:34:08 UTC (rev 28294)
@@ -376,6 +376,7 @@
         dir, file = os.path.split(self.home)
         if file == 'bin': self.home = dir
         sys.path.insert(0, os.path.join(self.home, self.libdir))
+        sys.path.insert(0, os.path.join(self.home, self.libdir, 'third_party', 'docutils'))
         self.cwd = os.path.realpath(os.getcwd())
         # Hack again for external products.
         if libdir:



More information about the Zope-Checkins mailing list