[Zope-Checkins] CVS: ZODB3/Tools - fsdump.py:1.4.30.1

Jeremy Hylton jeremy at zope.com
Thu Oct 9 11:49:35 EDT 2003


Update of /cvs-repository/ZODB3/Tools
In directory cvs.zope.org:/tmp/cvs-serv14578/Tools

Modified Files:
      Tag: ZODB3-mvcc-2-branch
	fsdump.py 
Log Message:
Move fsdump to the ZODB.FileStorage package.


=== ZODB3/Tools/fsdump.py 1.4 => 1.4.30.1 ===
--- ZODB3/Tools/fsdump.py:1.4	Mon Jan 20 11:32:39 2003
+++ ZODB3/Tools/fsdump.py	Thu Oct  9 11:49:04 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