[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/test.py Search
'./src' for tests first
Dmitry Vasiliev
dima at hlabs.spb.ru
Thu Oct 7 07:54:04 EDT 2004
Log message for revision 27780:
Search './src' for tests first
Changed:
U Zope3/branches/ZopeX3-3.0/test.py
-=-
Modified: Zope3/branches/ZopeX3-3.0/test.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/test.py 2004-10-07 06:28:39 UTC (rev 27779)
+++ Zope3/branches/ZopeX3-3.0/test.py 2004-10-07 11:54:03 UTC (rev 27780)
@@ -19,7 +19,7 @@
import sys, os
here = os.path.dirname(os.path.realpath(__file__))
-sys.path.append(os.path.join(here, 'src'))
+sys.path.insert(0, os.path.join(here, 'src'))
import zope.app.tests.test
More information about the Zope3-Checkins
mailing list