Commit 6dc1c565 authored by Łukasz Nowak's avatar Łukasz Nowak

- import Unauthorized from AccessControl instead of zExceptions


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35658 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c4b5e86c
...@@ -26,8 +26,7 @@ ...@@ -26,8 +26,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# #
############################################################################## ##############################################################################
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo, Unauthorized
from zExceptions import Unauthorized
from Products.ERP5Type import Permissions from Products.ERP5Type import Permissions
from Products.CMFCore.utils import getToolByName, _setCacheHeaders,\ from Products.CMFCore.utils import getToolByName, _setCacheHeaders,\
_ViewEmulator _ViewEmulator
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment