[Zodb-checkins] SVN: ZODB/trunk/test.py Fix wrong indent from rev
[40349]
Julien Anguenot
ja at nuxeo.com
Wed Nov 23 21:54:52 EST 2005
Log message for revision 40350:
Fix wrong indent from rev [40349]
Changed:
U ZODB/trunk/test.py
-=-
Modified: ZODB/trunk/test.py
===================================================================
--- ZODB/trunk/test.py 2005-11-24 02:52:03 UTC (rev 40349)
+++ ZODB/trunk/test.py 2005-11-24 02:54:51 UTC (rev 40350)
@@ -34,7 +34,7 @@
path = "src"
if os.path.isdir(LIB_DIR):
path = LIB_DIR
- print "Running tests from", path
+print "Running tests from", path
# Insert the ZODB src dir first in the sys.path to avoid a name conflict
# with zope.whatever librairies that might be installed on the Python
More information about the Zodb-checkins
mailing list