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 3f01473 commit 3502414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/>

<page
for="zope.exceptions.IUnauthorized"
for="zope.security.interfaces.IUnauthorized"
name="index.html"
permission="zope.Public"
template="unauthorized.pt"
Expand Down

0 comments on commit 3502414

Please sign in to comment.