[Zope-Checkins] SVN: Zope/trunk/lib/python/AccessControl/ImplPython.py - Remove unneeded delegation.

Tres Seaver tseaver at zope.com
Fri Apr 1 16:39:05 EST 2005


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:



More information about the Zope-Checkins mailing list