[Zodb-checkins] CVS: Zope3/src/persistence - __init__.py:1.3.40.1
_persistent.py:NONE cache.py:NONE persistence.c:NONE
persistence.h:NONE persistenceAPI.h:NONE
Jim Fulton
jim at zope.com
Fri Jan 9 17:23:54 EST 2004
Update of /cvs-repository/Zope3/src/persistence
In directory cvs.zope.org:/tmp/cvs-serv25080/src/persistence
Modified Files:
Tag: zope3-zodb3-devel-branch
__init__.py
Removed Files:
Tag: zope3-zodb3-devel-branch
_persistent.py cache.py persistence.c persistence.h
persistenceAPI.h
Log Message:
Checkpointing to the branch after beginning the process of removing
zodb 4 code.
Lots of things are now broken. :)
=== Zope3/src/persistence/__init__.py 1.3 => 1.3.40.1 ===
--- Zope3/src/persistence/__init__.py:1.3 Sat May 3 12:28:50 2003
+++ Zope3/src/persistence/__init__.py Fri Jan 9 17:23:23 2004
@@ -13,15 +13,5 @@
##############################################################################
"""Provide access to Persistent C extension types."""
-from persistence._persistence import Persistent
-from persistence._persistence import PersistentMetaClass
-from persistence._persistence import simple_new
+from persistent import Persistent
-import copy_reg
-copy_reg.constructor(simple_new)
-
-# Make an interface declaration for Persistent
-from zope.interface import classImplements
-from persistence.interfaces import IPersistent
-
-classImplements(Persistent, IPersistent)
=== Removed File Zope3/src/persistence/_persistent.py ===
=== Removed File Zope3/src/persistence/cache.py ===
=== Removed File Zope3/src/persistence/persistence.c ===
=== Removed File Zope3/src/persistence/persistence.h ===
=== Removed File Zope3/src/persistence/persistenceAPI.h ===
More information about the Zodb-checkins
mailing list