[Zodb-checkins] CVS: ZODB3/Doc/guide - chatter.py:1.2.24.2
Jim Fulton
cvs-admin at zope.org
Tue Oct 28 16:28:58 EST 2003
Update of /cvs-repository/ZODB3/Doc/guide
In directory cvs.zope.org:/tmp/cvs-serv9166/Doc/guide
Modified Files:
Tag: zodb33-devel-branch
chatter.py
Log Message:
Renamed the Persistence package to persistent.
The Persistence package is still there for backward compatability.
=== ZODB3/Doc/guide/chatter.py 1.2.24.1 => 1.2.24.2 ===
--- ZODB3/Doc/guide/chatter.py:1.2.24.1 Tue Jul 1 16:57:04 2003
+++ ZODB3/Doc/guide/chatter.py Tue Oct 28 16:28:28 2003
@@ -4,7 +4,7 @@
from ZEO import ClientStorage
import ZODB
from ZODB.POSException import ConflictError
-from Persistence import Persistent
+from persistent import Persistent
import BTree
class ChatSession(Persistent):
More information about the Zodb-checkins
mailing list