[Zope-CVS] CVS: ZODB - setup.py:1.7

Tim Peters tim.one at comcast.net
Thu Apr 1 11:40:15 EST 2004


Update of /cvs-repository/ZODB
In directory cvs.zope.org:/tmp/cvs-serv3006

Modified Files:
	setup.py 
Log Message:
None of the tests ran, but this was shallow -- setup.py hadn't been
taught about the new "transaction" package.


=== ZODB/setup.py 1.6 => 1.7 ===
--- ZODB/setup.py:1.6	Wed Mar  3 09:20:27 2004
+++ ZODB/setup.py	Thu Apr  1 11:40:14 2004
@@ -127,6 +127,7 @@
             "ZODB", "ZODB.FileStorage", "ZODB.tests",
             "Persistence", "Persistence.tests",
             "persistent", "persistent.tests",
+            "transaction", "transaction.tests",
             "ThreadedAsync",
             "zLOG", "zLOG.tests",
             "zdaemon", "zdaemon.tests",
@@ -159,6 +160,7 @@
     # into a package just like .py files.
     extensions = ["*.conf", "*.xml", "*.txt", "*.sh"]
     for dir in [
+        "transaction",
         "persistent/tests",
         "ZConfig/components/basic",
         "ZConfig/components/logger",




More information about the Zope-CVS mailing list