[Zodb-checkins] CVS: Zope3/src/zodb/code - class_.py:1.19

Steve Alexander steve at cat-box.net
Fri Jun 6 13:03:16 EDT 2003


Update of /cvs-repository/Zope3/src/zodb/code
In directory cvs.zope.org:/tmp/cvs-serv32322/src/zodb/code

Modified Files:
	class_.py 
Log Message:
Put back an __implements__ because it causes some weird problem.



=== Zope3/src/zodb/code/class_.py 1.18 => 1.19 ===
--- Zope3/src/zodb/code/class_.py:1.18	Fri Jun  6 11:24:20 2003
+++ Zope3/src/zodb/code/class_.py	Fri Jun  6 12:03:16 2003
@@ -234,7 +234,8 @@
     # The hack solution is to have a hook for _p_jar that activates
     # the object the first time it is set.
 
-    implements(IPersistent)
+    #implements(IPersistent)
+    __implements__ = IPersistent
 
     # A class is normally created in the UPTODATE state, but when a
     # new ghost is created for it the serialization machinery passes




More information about the Zodb-checkins mailing list