Commit 04bedcda authored by Alexandre Boeglin's avatar Alexandre Boeglin

fixed mistake in last commit


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6184 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent acc83886
...@@ -38,7 +38,7 @@ from Products.ERP5Type.XMLObject import XMLObject ...@@ -38,7 +38,7 @@ from Products.ERP5Type.XMLObject import XMLObject
try: try:
from Products import PluggableAuthService from Products import PluggableAuthService
from Products.ERP5Security import ERP5UserManager from Products.ERP5Security.ERP5UserManager import ERP5UserManager
except ImportError: except ImportError:
PluggableAuthService = None PluggableAuthService = None
......
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