From 23277531195c7d218f8d43768976e5fefb053991 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 25 Jan 2009 06:24:03 +0000 Subject: - Get rid of ``repoze.bfg.security.ACLAuthorizer``: the ``ACLSecurityPolicy`` now does what it did inline. - Get rid of ``repoze.bfg.interfaces.NoAuthorizationInformation`` exception: it was used only by ``ACLAuthorizer``. --- repoze/bfg/interfaces.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'repoze/bfg/interfaces.py') diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py index 595bce5c8..42c6d2a11 100644 --- a/repoze/bfg/interfaces.py +++ b/repoze/bfg/interfaces.py @@ -128,9 +128,6 @@ class ISecurityPolicy(Interface): implementation, in which case, it should raise a ``NotImplementedError`` exception.""" -class NoAuthorizationInformation(Exception): - pass - class IViewPermission(Interface): def __call__(security_policy): """ Return True if the permission allows, return False if it denies. """ -- cgit v1.2.3