[Zodb-checkins] CVS: ZODB3/ZODB/tests - testZODB.py:1.15.10.3

Tim Peters tim.one at comcast.net
Tue Jul 1 18:04:31 EDT 2003


Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv13235/ZODB/tests

Modified Files:
      Tag: zodb33-devel-branch
	testZODB.py 
Log Message:
Repair a repaired import.


=== ZODB3/ZODB/tests/testZODB.py 1.15.10.2 => 1.15.10.3 ===
--- ZODB3/ZODB/tests/testZODB.py:1.15.10.2	Tue Jul  1 16:57:20 2003
+++ ZODB3/ZODB/tests/testZODB.py	Tue Jul  1 17:04:30 2003
@@ -20,7 +20,7 @@
 from ZODB.POSException import ReadConflictError, ConflictError
 from ZODB.tests.StorageTestBase import removefs
 from Persistence import Persistent
-from Persistence import PersistentMapping
+from Persistence.PersistentMapping import PersistentMapping
 
 class P(Persistent):
     pass




More information about the Zodb-checkins mailing list