Log message for revision 29809:
   - Remove unneeded delegation.

Changed:
  U   Zope/trunk/lib/python/AccessControl/ImplPython.py

-=-
Modified: Zope/trunk/lib/python/AccessControl/ImplPython.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/ImplPython.py   2005-04-01 21:19:19 UTC 
(rev 29808)
+++ Zope/trunk/lib/python/AccessControl/ImplPython.py   2005-04-01 21:39:04 UTC 
(rev 29809)
@@ -537,10 +537,6 @@
             return default
         raise
 
-    return _verify_attribute_access(inst, name, v)
-
-def _verify_attribute_access(inst, name, v):
-
     try:
         container = v.im_self
     except AttributeError:

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to