[Zope-Checkins] CVS: ZODB3/BDBStorage - BDBFullStorage.py:1.71.6.2

Jim Fulton cvs-admin at zope.org
Tue Oct 28 16:28:57 EST 2003


Update of /cvs-repository/ZODB3/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv9166/BDBStorage

Modified Files:
      Tag: zodb33-devel-branch
	BDBFullStorage.py 
Log Message:
Renamed the Persistence package to persistent.

The Persistence package is still there for backward compatability.


=== ZODB3/BDBStorage/BDBFullStorage.py 1.71.6.1 => 1.71.6.2 ===
--- ZODB3/BDBStorage/BDBFullStorage.py:1.71.6.1	Tue Jul  1 15:34:07 2003
+++ ZODB3/BDBStorage/BDBFullStorage.py	Tue Oct 28 16:28:26 2003
@@ -24,7 +24,7 @@
 from ZODB import POSException
 from ZODB.utils import p64, U64
 from ZODB.referencesf import referencesf
-from Persistence.TimeStamp import TimeStamp
+from persistent.TimeStamp import TimeStamp
 from ZODB.ConflictResolution import ConflictResolvingStorage, ResolvedSerial
 
 from BDBStorage import db, ZERO




More information about the Zope-Checkins mailing list