Skip to content

Commit

Permalink
Merged from trunk
Browse files Browse the repository at this point in the history
  r26787 | jim | 2004-07-27 10:00:42 -0400 (Tue, 27 Jul 2004) | 4 lines

Moved forbidden and unauthorized exception definitions to
zope.security.interfaces.
  • Loading branch information
Jim Fulton committed Jul 27, 2004
1 parent ff6d7e2 commit 285d866
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 2 deletions.
3 changes: 2 additions & 1 deletion browser/contents.py
Expand Up @@ -16,7 +16,8 @@
$Id$
"""

from zope.exceptions import NotFoundError, Unauthorized
from zope.exceptions import NotFoundError
from zope.security.interfaces import Unauthorized
from zope.security import checkPermission

from zope.app import zapi
Expand Down

0 comments on commit 285d866

Please sign in to comment.