[Zodb-checkins] CVS: Zope/lib/python/ZODB - ExportImport.py:1.23

Stefane Fermigier sf at fermigier.com
Sun Mar 21 11:13:32 EST 2004


Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv8536

Modified Files:
	ExportImport.py 
Log Message:
Forgotten import.



=== Zope/lib/python/ZODB/ExportImport.py 1.22 => 1.23 ===
--- Zope/lib/python/ZODB/ExportImport.py:1.22	Thu Feb 26 17:55:51 2004
+++ Zope/lib/python/ZODB/ExportImport.py	Sun Mar 21 11:13:31 2004
@@ -21,6 +21,7 @@
 from ZODB.utils import p64, u64
 from ZODB.serialize import referencesf
 import zLOG
+import sys
 
 class ExportImport:
 




More information about the Zodb-checkins mailing list