[Zope3-checkins] CVS: Zope3/src/zope/app/container - contained.py:1.1.2.6

Jim Fulton jim at zope.com
Wed Sep 17 09:08:59 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/container
In directory cvs.zope.org:/tmp/cvs-serv26197

Modified Files:
      Tag: parentgeddon-branch
	contained.py 
Log Message:
Removed a hack made last night to get around persistent proxy issues
that caused other tests to break.


=== Zope3/src/zope/app/container/contained.py 1.1.2.5 => 1.1.2.6 ===
--- Zope3/src/zope/app/container/contained.py:1.1.2.5	Wed Sep 17 09:00:48 2003
+++ Zope3/src/zope/app/container/contained.py	Wed Sep 17 09:08:59 2003
@@ -692,7 +692,6 @@
     __providedBy__ = DecoratorSpecificationDescriptor()
 
     __Security_checker__ = DecoratedSecurityCheckerDescriptor()
-
-    def __eq__(self, other):
-        return self is other
+    
+    
     




More information about the Zope3-Checkins mailing list