[Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/app/location/location.py Adjust to new location of zope.app.decorator.

Philipp von Weitershausen philikon at philikon.de
Mon Apr 3 01:00:02 EDT 2006


Log message for revision 66345:
  
  Adjust to new location of zope.app.decorator.
  
  

Changed:
  U   Zope3/branches/jim-adapter/src/zope/app/location/location.py

-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/location/location.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/location/location.py	2006-04-03 04:59:55 UTC (rev 66344)
+++ Zope3/branches/jim-adapter/src/zope/app/location/location.py	2006-04-03 05:00:01 UTC (rev 66345)
@@ -20,8 +20,8 @@
 import zope.interface
 from zope.app.location.interfaces import ILocation
 from zope.proxy import ProxyBase, getProxiedObject, non_overridable
-from zope.app.decorator import DecoratorSpecificationDescriptor
-from zope.app.decorator import DecoratedSecurityCheckerDescriptor
+from zope.decorator import DecoratorSpecificationDescriptor
+from zope.decorator import DecoratedSecurityCheckerDescriptor
 
 class Location(object):
     """Stupid mix-in that defines `__parent__` and `__name__` attributes



More information about the Zope3-Checkins mailing list