[Zope3-checkins] CVS: Zope3/src/persistence - __init__.py:1.4 _persistent.py:NONE cache.py:NONE persistence.c:NONE persistence.h:NONE persistenceAPI.h:NONE wref.py:NONE

Fred L. Drake, Jr. fred at zope.com
Fri Feb 20 11:57:55 EST 2004


Update of /cvs-repository/Zope3/src/persistence
In directory cvs.zope.org:/tmp/cvs-serv22507/src/persistence

Modified Files:
	__init__.py 
Removed Files:
	_persistent.py cache.py persistence.c persistence.h 
	persistenceAPI.h wref.py 
Log Message:


update to replace ZODB 4 with ZODB 3


=== Zope3/src/persistence/__init__.py 1.3 => 1.4 ===
--- Zope3/src/persistence/__init__.py:1.3	Sat May  3 12:28:50 2003
+++ Zope3/src/persistence/__init__.py	Fri Feb 20 11:56:54 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 ===

=== Removed File Zope3/src/persistence/wref.py ===




More information about the Zope3-Checkins mailing list