[Checkins] SVN: ZODB/trunk/setup.py Removed reference to the
	no-longer used Persistence package.
    Jim Fulton 
    jim at zope.com
       
    Thu May  4 14:25:03 EDT 2006
    
    
  
Log message for revision 67969:
  Removed reference to the no-longer used Persistence package.
  
Changed:
  U   ZODB/trunk/setup.py
-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2006-05-04 18:20:34 UTC (rev 67968)
+++ ZODB/trunk/setup.py	2006-05-04 18:25:03 UTC (rev 67969)
@@ -147,7 +147,7 @@
 packages = ["BTrees", "BTrees.tests",
             "ZEO", "ZEO.auth", "ZEO.zrpc", "ZEO.tests",
             "ZODB", "ZODB.FileStorage", "ZODB.tests",
-            "Persistence", "Persistence.tests",
+            #"Persistence", "Persistence.tests",
             "persistent", "persistent.tests",
             "transaction", "transaction.tests",
             "ThreadedAsync",
    
    
More information about the Checkins
mailing list