[Zodb-checkins] CVS: Zope3/lib/python/Persistence - __init__.py:1.1.40.4

Jeremy Hylton jeremy@zope.com
Wed, 20 Feb 2002 18:59:22 -0500


Update of /cvs-repository/Zope3/lib/python/Persistence
In directory cvs.zope.org:/tmp/cvs-serv23269/Persistence

Modified Files:
      Tag: Zope-3x-branch
	__init__.py 
Log Message:
Add commented out import of cPersistence.


=== Zope3/lib/python/Persistence/__init__.py 1.1.40.3 => 1.1.40.4 ===
 """Provide access to Persistent and PersistentMapping"""
 
+#from cPersistence import Persistent
+
 from _persistent import Persistent
 Persistent.__module__='Persistence'
+
 from _persistentMapping import PersistentMapping
 PersistentMapping.__module__='Persistence'