[Zope-Checkins] CVS: Zope/lib/python/ZEO - StorageServer.py:1.108

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


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

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


=== Zope/lib/python/ZEO/StorageServer.py 1.107 => 1.108 ===
--- Zope/lib/python/ZEO/StorageServer.py:1.107	Tue Feb 17 20:13:03 2004
+++ Zope/lib/python/ZEO/StorageServer.py	Thu Feb 19 13:35:25 2004
@@ -39,7 +39,7 @@
 from ZODB.ConflictResolution import ResolvedSerial
 from ZODB.POSException import StorageError, StorageTransactionError
 from ZODB.POSException import TransactionError, ReadOnlyError, ConflictError
-from ZODB.referencesf import referencesf
+from ZODB.serialize import referencesf
 from ZODB.Transaction import Transaction
 from ZODB.utils import u64, oid_repr
 




More information about the Zope-Checkins mailing list