[Zodb-checkins] CVS: ZODB3/persistent/tests -
testPersistent.py:1.1.2.8
Jim Fulton
cvs-admin at zope.org
Tue Oct 28 16:28:35 EST 2003
Update of /cvs-repository/ZODB3/persistent/tests
In directory cvs.zope.org:/tmp/cvs-serv9166/persistent/tests
Modified Files:
Tag: zodb33-devel-branch
testPersistent.py
Log Message:
Renamed the Persistence package to persistent.
The Persistence package is still there for backward compatability.
=== ZODB3/persistent/tests/testPersistent.py 1.1.2.7 => 1.1.2.8 ===
--- ZODB3/persistent/tests/testPersistent.py:1.1.2.7 Mon Jul 7 16:52:31 2003
+++ ZODB3/persistent/tests/testPersistent.py Tue Oct 28 16:28:34 2003
@@ -15,9 +15,9 @@
import time
import unittest
-from Persistence import Persistent
-from Persistence.cPickleCache import PickleCache
-from Persistence.TimeStamp import TimeStamp
+from persistent import Persistent
+from persistent.cPickleCache import PickleCache
+from persistent.TimeStamp import TimeStamp
from ZODB.utils import p64
class Jar(object):
More information about the Zodb-checkins
mailing list