From 7186f709a8d08636b52a440cc2acfa213a1fa0f0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 22 May 2009 15:13:41 +0000 Subject: Import fix. --- docs/narr/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 553a9d3a2..3de7f9140 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -295,7 +295,7 @@ security policy is in effect might look like so: .. code-block:: python :linenos: - from repoze.bfg.security import Everyone + from repoze.bfg.security import Allow from repoze.bfg.security import DENY_ALL __acl__ = [ (Allow, 'fred', 'view'), -- cgit v1.2.3