Commit eb7cae13 authored by Julien Anguenot's avatar Julien Anguenot

Fix wrong indent from rev [40349]

parent 1ebc2c57
...@@ -34,7 +34,7 @@ LIB_DIR = os.path.join("build", "lib.%s" % PLAT_SPEC) ...@@ -34,7 +34,7 @@ LIB_DIR = os.path.join("build", "lib.%s" % PLAT_SPEC)
path = "src" path = "src"
if os.path.isdir(LIB_DIR): if os.path.isdir(LIB_DIR):
path = 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 # 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 # with zope.whatever librairies that might be installed on the Python
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment