[Zope-Checkins] CVS: ZODB3/Tools - zeoup.py:1.13.18.4
Jim Fulton
cvs-admin at zope.org
Tue Oct 28 16:29:01 EST 2003
Update of /cvs-repository/ZODB3/Tools
In directory cvs.zope.org:/tmp/cvs-serv9166/Tools
Modified Files:
Tag: zodb33-devel-branch
zeoup.py
Log Message:
Renamed the Persistence package to persistent.
The Persistence package is still there for backward compatability.
=== ZODB3/Tools/zeoup.py 1.13.18.3 => 1.13.18.4 ===
--- ZODB3/Tools/zeoup.py:1.13.18.3 Tue Jul 1 17:02:55 2003
+++ ZODB3/Tools/zeoup.py Tue Oct 28 16:28:30 2003
@@ -34,7 +34,7 @@
from ZODB.POSException import ConflictError
from ZODB.tests.MinPO import MinPO
from ZEO.ClientStorage import ClientStorage
-from Persistence.PersistentMapping import PersistentMapping
+from persistent.mapping import PersistentMapping
ZEO_VERSION = 2
More information about the Zope-Checkins
mailing list