[Zope3-checkins] SVN: Zope3/trunk/src/zope/ removed unused imports
that resulted from refactoring zope.decorator
Wolfgang Schnerring
wosc at wosc.de
Fri Sep 22 02:43:59 EDT 2006
Log message for revision 70321:
removed unused imports that resulted from refactoring zope.decorator
Changed:
U Zope3/trunk/src/zope/proxy/decorator.py
U Zope3/trunk/src/zope/security/decorator.py
-=-
Modified: Zope3/trunk/src/zope/proxy/decorator.py
===================================================================
--- Zope3/trunk/src/zope/proxy/decorator.py 2006-09-22 06:40:31 UTC (rev 70320)
+++ Zope3/trunk/src/zope/proxy/decorator.py 2006-09-22 06:43:58 UTC (rev 70321)
@@ -21,8 +21,6 @@
__docformat__ = "reStructuredText"
from zope.proxy import getProxiedObject, ProxyBase
-from zope.security.checker import selectChecker, CombinedChecker
-from zope.security.proxy import Proxy, getChecker
from zope.interface.declarations import ObjectSpecificationDescriptor
from zope.interface.declarations import getObjectSpecification
from zope.interface.declarations import ObjectSpecification
Modified: Zope3/trunk/src/zope/security/decorator.py
===================================================================
--- Zope3/trunk/src/zope/security/decorator.py 2006-09-22 06:40:31 UTC (rev 70320)
+++ Zope3/trunk/src/zope/security/decorator.py 2006-09-22 06:43:58 UTC (rev 70321)
@@ -24,10 +24,8 @@
from zope.proxy.decorator import SpecificationDecoratorBase
from zope.security.checker import selectChecker, CombinedChecker
from zope.security.proxy import Proxy, getChecker
-from zope.interface.declarations import ObjectSpecificationDescriptor
from zope.interface.declarations import getObjectSpecification
from zope.interface.declarations import ObjectSpecification
-from zope.interface import providedBy
class DecoratedSecurityCheckerDescriptor(object):
"""Descriptor for a Decorator that provides a decorated security checker.
More information about the Zope3-Checkins
mailing list