[Zodb-checkins] CVS: ZODB3/persistent - __init__.py:1.6.8.2
Fred L. Drake, Jr.
fred at zope.com
Fri Jan 16 16:17:11 EST 2004
Update of /cvs-repository/ZODB3/persistent
In directory cvs.zope.org:/tmp/cvs-serv20782
Modified Files:
Tag: zope3-zodb3-devel-branch
__init__.py
Log Message:
export constants for the persistent states
=== ZODB3/persistent/__init__.py 1.6.8.1 => 1.6.8.2 ===
--- ZODB3/persistent/__init__.py:1.6.8.1 Fri Jan 9 17:23:24 2004
+++ ZODB3/persistent/__init__.py Fri Jan 16 16:17:10 2004
@@ -13,7 +13,7 @@
##############################################################################
"""Provide access to Persistent and PersistentMapping."""
-from cPersistence import Persistent
+from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY
from cPickleCache import PickleCache
from cPersistence import simple_new
More information about the Zodb-checkins
mailing list