[Checkins] SVN: zope.security/trunk/src/zope/security/decorator.py whitespace

Christian Theune ct at gocept.com
Fri Jan 30 03:56:03 EST 2009


Log message for revision 95539:
  whitespace
  

Changed:
  U   zope.security/trunk/src/zope/security/decorator.py

-=-
Modified: zope.security/trunk/src/zope/security/decorator.py
===================================================================
--- zope.security/trunk/src/zope/security/decorator.py	2009-01-30 06:34:09 UTC (rev 95538)
+++ zope.security/trunk/src/zope/security/decorator.py	2009-01-30 08:56:03 UTC (rev 95539)
@@ -26,6 +26,7 @@
 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 DecoratorBase(SpecificationDecoratorBase, SecurityCheckerDecoratorBase):
     """Base class for a proxy that provides both additional interfaces and
     security declarations."""
-
-



More information about the Checkins mailing list