summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Theune <ct@gocept.com>2009-01-30 08:56:03 +0000
committerChristian Theune <ct@gocept.com>2009-01-30 08:56:03 +0000
commitca63079a726d84744b010ac484f8aff24afa3b6c (patch)
treee5bb874c3abb7a269ba4a8bbb655f9fa37bf4497
parent229e786ea2aa823f3a148cff2983712390e0217b (diff)
downloadzope-security-ca63079a726d84744b010ac484f8aff24afa3b6c.tar.gz
whitespace
-rw-r--r--src/zope/security/decorator.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/zope/security/decorator.py b/src/zope/security/decorator.py
index 035b68d..e494aff 100644
--- a/src/zope/security/decorator.py
+++ b/src/zope/security/decorator.py
@@ -26,6 +26,7 @@ from zope.security.checker import selectChecker, CombinedChecker
from zope.security.proxy import Proxy, getChecker
from zope.interface.declarations import ObjectSpecification
+
class DecoratedSecurityCheckerDescriptor(object):
"""Descriptor for a Decorator that provides a decorated security checker.
@@ -194,5 +195,3 @@ class SecurityCheckerDecoratorBase(ProxyBase):
class DecoratorBase(SpecificationDecoratorBase, SecurityCheckerDecoratorBase):
"""Base class for a proxy that provides both additional interfaces and
security declarations."""
-
-