[Checkins] SVN: Zope/branches/2.13/src/App/PersistentExtra.py Remove patch now done in AccessControl

Hanno Schlichting hannosch at hannosch.eu
Mon Dec 12 10:28:35 UTC 2011


Log message for revision 123710:
  Remove patch now done in AccessControl
  

Changed:
  U   Zope/branches/2.13/src/App/PersistentExtra.py

-=-
Modified: Zope/branches/2.13/src/App/PersistentExtra.py
===================================================================
--- Zope/branches/2.13/src/App/PersistentExtra.py	2011-12-12 10:27:44 UTC (rev 123709)
+++ Zope/branches/2.13/src/App/PersistentExtra.py	2011-12-12 10:28:35 UTC (rev 123710)
@@ -41,9 +41,7 @@
 
     from zope.interface import classImplements
     from Persistence import Persistent
-    from AccessControl.class_init import InitializeClass
     from App.interfaces import IPersistentExtra
-    Persistent.__class_init__ = InitializeClass
 
     for k, v in PersistentUtil.__dict__.items():
         if k[0] != '_':



More information about the checkins mailing list