Commit 4a28b03b authored by Łukasz Nowak's avatar Łukasz Nowak

Cleanup imports after simplification.

parent 6aaa8710
...@@ -26,14 +26,8 @@ ...@@ -26,14 +26,8 @@
# #
############################################################################## ##############################################################################
from DateTime import DateTime
from zLOG import LOG, PROBLEM
from Products.ERP5Type.Globals import InitializeClass from Products.ERP5Type.Globals import InitializeClass
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from AccessControl.SecurityManagement import getSecurityManager,\
newSecurityManager,\
setSecurityManager
from Products.PageTemplates.PageTemplateFile import PageTemplateFile from Products.PageTemplates.PageTemplateFile import PageTemplateFile
from Products.PluggableAuthService.interfaces import plugins from Products.PluggableAuthService.interfaces import plugins
...@@ -41,9 +35,7 @@ from Products.PluggableAuthService.utils import classImplements ...@@ -41,9 +35,7 @@ from Products.PluggableAuthService.utils import classImplements
from Products.PluggableAuthService.permissions import ManageUsers from Products.PluggableAuthService.permissions import ManageUsers
from Products.PluggableAuthService.plugins.BasePlugin import BasePlugin from Products.PluggableAuthService.plugins.BasePlugin import BasePlugin
from Products.ERP5Type.Cache import CachingMethod from Products.ERP5Security.ERP5UserManager import ERP5UserManager
from Products.ERP5Security.ERP5UserManager import ERP5UserManager,\
SUPER_USER, _AuthenticationFailure
#Form for new plugin in ZMI #Form for new plugin in ZMI
manage_addERP5ExternalAuthenticationPluginForm = PageTemplateFile( manage_addERP5ExternalAuthenticationPluginForm = PageTemplateFile(
......
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