[Zodb-checkins] CVS: ZODB3 - setup.py:1.51.2.1
Jeremy Hylton
jeremy at zope.com
Tue Oct 7 14:17:01 EDT 2003
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv26281
Modified Files:
Tag: ZODB3-mvcc-2-branch
setup.py
Log Message:
Replace FileStorage module with a package.
Extract format code from fspack and begin integration with the
main-line of FileStorage.
=== ZODB3/setup.py 1.51 => 1.51.2.1 ===
--- ZODB3/setup.py:1.51 Thu Oct 2 14:17:32 2003
+++ ZODB3/setup.py Tue Oct 7 14:16:30 2003
@@ -144,7 +144,7 @@
packages = ["BDBStorage", "BDBStorage.tests",
"BTrees", "BTrees.tests",
"ZEO", "ZEO.auth", "ZEO.zrpc", "ZEO.tests",
- "ZODB", "ZODB.tests",
+ "ZODB", "ZODB.FileStorage", "ZODB.tests",
"Persistence",
"ThreadedAsync",
"zLOG", "zLOG.tests",
More information about the Zodb-checkins
mailing list