[Zodb-checkins] SVN: ZODB/trunk/setup.py Actually get rid of Blobs directory in setup :)

Jim Fulton jim at zope.com
Mon Jun 4 11:17:28 EDT 2007


Log message for revision 76305:
  Actually get rid of Blobs directory in setup :)

Changed:
  U   ZODB/trunk/setup.py

-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2007-06-04 15:16:08 UTC (rev 76304)
+++ ZODB/trunk/setup.py	2007-06-04 15:17:28 UTC (rev 76305)
@@ -173,8 +173,7 @@
 
 packages = ["BTrees", "BTrees.tests",
             "ZEO", "ZEO.auth", "ZEO.zrpc", "ZEO.tests", "ZEO.scripts",
-            "ZODB", "ZODB.Blobs", "ZODB.Blobs.tests",
-                    "ZODB.FileStorage", "ZODB.tests",
+            "ZODB", "ZODB.FileStorage", "ZODB.tests",
                     "ZODB.scripts",
             "persistent", "persistent.tests",
             "transaction", "transaction.tests",



More information about the Zodb-checkins mailing list