[Zope3-checkins] CVS: Zope3/lib/python/Persistence/tests - testModule.py:1.32
Jeremy Hylton
jeremy@zope.com
Mon, 25 Nov 2002 14:55:20 -0500
Update of /cvs-repository/Zope3/lib/python/Persistence/tests
In directory cvs.zope.org:/tmp/cvs-serv7770/Persistence/tests
Modified Files:
testModule.py
Log Message:
First step in ZODB3 / ZODB4 integration.
Merge FileStorage and BaseStorage changes and all the other dependent
stuff.
Make copyTransactionsFrom() always use restore().
Replace all uses of U64 with u64.
Use newTimeStamp() from ZODB.TimeStamp.
Remove __len__() and getSize().
Add getExtensionMethods().
=== Zope3/lib/python/Persistence/tests/testModule.py 1.31 => 1.32 ===
--- Zope3/lib/python/Persistence/tests/testModule.py:1.31 Fri Nov 22 11:33:30 2002
+++ Zope3/lib/python/Persistence/tests/testModule.py Mon Nov 25 14:54:50 2002
@@ -2,7 +2,7 @@
import unittest
from ZODB.MappingStorage import DB, MappingStorage
-from ZODB.utils import U64
+from ZODB.utils import u64
import ZODB.DB
from Persistence.PersistentDict import PersistentDict