Zope Subversion Repository

  Zope

Zope: zope.security/trunk/src/zope/security/decorator.py

Diff for /zope.security/trunk/src/zope/security/decorator.py between version 75174 and 95539

version 75174, Thu May 3 22:29:32 2007 UTC version 95539, Fri Jan 30 08:56:03 2009 UTC
Line 26 
Line 26 
 from zope.security.proxy import Proxy, getChecker  from zope.security.proxy import Proxy, getChecker
 from zope.interface.declarations import ObjectSpecification  from zope.interface.declarations import ObjectSpecification
   
   
 class DecoratedSecurityCheckerDescriptor(object):  class DecoratedSecurityCheckerDescriptor(object):
     """Descriptor for a Decorator that provides a decorated security checker.      """Descriptor for a Decorator that provides a decorated security checker.
   
Line 194 
Line 195 
 class DecoratorBase(SpecificationDecoratorBase, SecurityCheckerDecoratorBase):  class DecoratorBase(SpecificationDecoratorBase, SecurityCheckerDecoratorBase):
     """Base class for a proxy that provides both additional interfaces and      """Base class for a proxy that provides both additional interfaces and
     security declarations."""      security declarations."""
   
   


Generate output suitable for use with a patch program
Legend:
Removed from v.75174  
changed lines
  Added in v.95539

webmaster@zope.org

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help