[Zope-Checkins] CVS: Zope - test.py:1.2.2.15
Andreas Jung
andreas at andreas-jung.com
Sat Oct 30 04:29:22 EDT 2004
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv4862
Modified Files:
Tag: Zope-2_7-branch
test.py
Log Message:
added 'lib/python/third_party/docutils' to sys.path
=== Zope/test.py 1.2.2.14 => 1.2.2.15 ===
--- Zope/test.py:1.2.2.14 Sun Aug 15 15:36:09 2004
+++ Zope/test.py Sat Oct 30 04:29:22 2004
@@ -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