[Zodb-checkins] SVN: ZODB/branches/3.7/setup.py backport of fix on trunk: script libraries were used by setup.py instead of the wrapper programs

Christian Theune ct at gocept.com
Fri Jun 2 12:04:45 EDT 2006


Log message for revision 68464:
  backport of fix on trunk: script libraries were used by setup.py instead of the wrapper programs
  

Changed:
  U   ZODB/branches/3.7/setup.py

-=-
Modified: ZODB/branches/3.7/setup.py
===================================================================
--- ZODB/branches/3.7/setup.py	2006-06-02 16:03:30 UTC (rev 68463)
+++ ZODB/branches/3.7/setup.py	2006-06-02 16:04:44 UTC (rev 68464)
@@ -175,11 +175,11 @@
            "src/scripts/fstest.py",
            "src/scripts/repozo.py",
            "src/scripts/zeopack.py",
+           "src/scripts/runzeo.py",
+           "src/scripts/zeopasswd.py",
+           "src/scripts/mkzeoinst.py",
+           "src/scripts/zeoctl.py",
            "src/ZConfig/scripts/zconfig",
-           "src/ZEO/runzeo.py",
-           "src/ZEO/zeopasswd.py",
-           "src/ZEO/mkzeoinst.py",
-           "src/ZEO/zeoctl.py",
            "src/zdaemon/zdrun.py",
            "src/zdaemon/zdctl.py",
            ]



More information about the Zodb-checkins mailing list