[Zope-Checkins] CVS: ZODB3/Tools - fsdump.py:1.5
Jeremy Hylton
jeremy at zope.com
Wed Dec 24 11:02:40 EST 2003
Update of /cvs-repository/ZODB3/Tools
In directory cvs.zope.org:/tmp/cvs-serv27465/Tools
Modified Files:
fsdump.py
Log Message:
Merge MVCC branch to the HEAD.
=== ZODB3/Tools/fsdump.py 1.4 => 1.5 ===
--- ZODB3/Tools/fsdump.py:1.4 Mon Jan 20 11:32:39 2003
+++ ZODB3/Tools/fsdump.py Wed Dec 24 11:02:05 2003
@@ -1,7 +1,7 @@
#!python
"""Print a text summary of the contents of a FileStorage."""
-from ZODB.fsdump import fsdump
+from ZODB.FileStorage.fsdump import fsdump
if __name__ == "__main__":
import sys
More information about the Zope-Checkins
mailing list