[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/location/location.py Removed some unneeded removaAllProxies calls

Jim Fulton jim at zope.com
Fri Aug 13 10:27:07 EDT 2004


Log message for revision 27095:
  Removed some unneeded removaAllProxies calls


Changed:
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/location/location.py


-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/location/location.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/location/location.py	2004-08-13 14:22:58 UTC (rev 27094)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/location/location.py	2004-08-13 14:27:07 UTC (rev 27095)
@@ -17,7 +17,6 @@
 """
 import zope.interface
 from zope.app.location.interfaces import ILocation
-from zope.proxy import removeAllProxies
 from zope.proxy import ProxyBase, getProxiedObject
 from zope.app.decorator import DecoratorSpecificationDescriptor
 from zope.app.decorator import DecoratedSecurityCheckerDescriptor
@@ -66,7 +65,6 @@
     sets attributes that are normally unsettable.
     """
 
-    object = removeAllProxies(object)
     object.__parent__ = parent
     object.__name__ = name
 



More information about the Zope3-Checkins mailing list