[Zope-Checkins] CVS: Zope/lib/python/OFS - XMLExportImport.py:1.5

Jeremy Hylton jeremy at zope.com
Thu Feb 19 13:35:26 EST 2004


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

Modified Files:
	XMLExportImport.py 
Log Message:
Move referencesf to ZODB.serialize.


=== Zope/lib/python/OFS/XMLExportImport.py 1.4 => 1.5 ===
--- Zope/lib/python/OFS/XMLExportImport.py:1.4	Wed Aug 14 17:42:56 2002
+++ Zope/lib/python/OFS/XMLExportImport.py	Thu Feb 19 13:35:26 2004
@@ -14,7 +14,7 @@
 ppml=Shared.DC.xml.ppml
 from base64 import encodestring
 from cStringIO import StringIO
-from ZODB.referencesf import referencesf
+from ZODB.serialize import referencesf
 from ZODB.ExportImport import TemporaryFile, export_end_marker
 
 StringType=type('')




More information about the Zope-Checkins mailing list