[Zodb-checkins] CVS: Zope3/src/persistence - __init__.py:1.2.24.1

Jim Fulton jim at zope.com
Fri May 2 16:43:20 EDT 2003


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

Modified Files:
      Tag: interfacegeddon2-branch
	__init__.py 
Log Message:
Merged interfacegeddon changes into second interfacegeddon branch in
preparation for the final merge.


=== Zope3/src/persistence/__init__.py 1.2 => 1.2.24.1 ===
--- Zope3/src/persistence/__init__.py:1.2	Wed Dec 25 09:12:13 2002
+++ Zope3/src/persistence/__init__.py	Fri May  2 15:42:49 2003
@@ -19,3 +19,9 @@
 
 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)




More information about the Zodb-checkins mailing list