[Zodb-checkins] CVS: Zope/lib/python/ZODB/tests - VersionStorage.py:1.30 TransactionalUndoVersionStorage.py:1.17 TransactionalUndoStorage.py:1.39 RecoveryStorage.py:1.12 PackableStorage.py:1.30

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


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

Modified Files:
	VersionStorage.py TransactionalUndoVersionStorage.py 
	TransactionalUndoStorage.py RecoveryStorage.py 
	PackableStorage.py 
Log Message:
Move referencesf to ZODB.serialize.


=== Zope/lib/python/ZODB/tests/VersionStorage.py 1.29 => 1.30 ===
--- Zope/lib/python/ZODB/tests/VersionStorage.py:1.29	Mon Dec 29 18:36:34 2003
+++ Zope/lib/python/ZODB/tests/VersionStorage.py	Thu Feb 19 13:35:23 2004
@@ -19,7 +19,7 @@
 import time
 
 from ZODB import POSException
-from ZODB.referencesf import referencesf
+from ZODB.serialize import referencesf
 from ZODB.Transaction import Transaction
 from ZODB.tests.MinPO import MinPO
 from ZODB.tests.StorageTestBase import zodb_unpickle, snooze


=== Zope/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py 1.16 => 1.17 ===
--- Zope/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py:1.16	Tue Feb 17 20:12:59 2004
+++ Zope/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py	Thu Feb 19 13:35:23 2004
@@ -17,7 +17,7 @@
 import time
 
 from ZODB import POSException
-from ZODB.referencesf import referencesf
+from ZODB.serialize import referencesf
 from ZODB.Transaction import Transaction
 from ZODB.tests.MinPO import MinPO
 from ZODB.tests.StorageTestBase import zodb_unpickle


=== Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py 1.38 => 1.39 ===
--- Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py:1.38	Tue Feb 17 20:12:59 2004
+++ Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py	Thu Feb 19 13:35:23 2004
@@ -20,7 +20,7 @@
 import types
 from ZODB import POSException
 from ZODB.Transaction import Transaction
-from ZODB.referencesf import referencesf
+from ZODB.serialize import referencesf
 from ZODB.utils import u64, p64
 from ZODB import DB
 


=== Zope/lib/python/ZODB/tests/RecoveryStorage.py 1.11 => 1.12 ===
--- Zope/lib/python/ZODB/tests/RecoveryStorage.py:1.11	Wed Dec 24 11:01:58 2003
+++ Zope/lib/python/ZODB/tests/RecoveryStorage.py	Thu Feb 19 13:35:23 2004
@@ -17,7 +17,7 @@
 from ZODB.tests.IteratorStorage import IteratorDeepCompare
 from ZODB.tests.StorageTestBase import MinPO, zodb_unpickle, snooze
 from ZODB import DB
-from ZODB.referencesf import referencesf
+from ZODB.serialize import referencesf
 
 import time
 


=== Zope/lib/python/ZODB/tests/PackableStorage.py 1.29 => 1.30 ===
--- Zope/lib/python/ZODB/tests/PackableStorage.py:1.29	Fri Jan 16 12:09:26 2004
+++ Zope/lib/python/ZODB/tests/PackableStorage.py	Thu Feb 19 13:35:23 2004
@@ -30,7 +30,7 @@
 from ZODB import DB
 from persistent import Persistent
 from persistent.mapping import PersistentMapping
-from ZODB.referencesf import referencesf
+from ZODB.serialize import referencesf
 from ZODB.tests.MinPO import MinPO
 from ZODB.tests.StorageTestBase import snooze
 from ZODB.POSException import ConflictError, StorageError




More information about the Zodb-checkins mailing list