[Erp5-report] r12185 - /erp5/trunk/products/ERP5Security/ERP5UserManager.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 22 11:44:35 CET 2007


Author: jerome
Date: Mon Jan 22 11:44:33 2007
New Revision: 12185

URL: http://svn.erp5.org?rev=12185&view=rev
Log:
typo in comment


Modified:
    erp5/trunk/products/ERP5Security/ERP5UserManager.py

Modified: erp5/trunk/products/ERP5Security/ERP5UserManager.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Security/ERP5UserManager.py?rev=12185&r1=12184&r2=12185&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Security/ERP5UserManager.py (original)
+++ erp5/trunk/products/ERP5Security/ERP5UserManager.py Mon Jan 22 11:44:33 2007
@@ -20,7 +20,8 @@
 from AccessControl.SecurityManagement import getSecurityManager,\
     setSecurityManager, newSecurityManager
 from Products.PageTemplates.PageTemplateFile import PageTemplateFile
-from Products.PluggableAuthService.PluggableAuthService import _SWALLOWABLE_PLUGIN_EXCEPTIONS
+from Products.PluggableAuthService.PluggableAuthService import \
+    _SWALLOWABLE_PLUGIN_EXCEPTIONS
 from Products.PluggableAuthService.plugins.BasePlugin import BasePlugin
 from Products.PluggableAuthService.utils import classImplements
 from Products.PluggableAuthService.interfaces.plugins import IAuthenticationPlugin
@@ -44,7 +45,7 @@
     __name__='manage_addERP5UserManagerForm' )
 
 def addERP5UserManager(dispatcher, id, title=None, REQUEST=None):
-    """ Add a ERP5UserManagern to a Pluggable Auth Service. """
+    """ Add a ERP5UserManager to a Pluggable Auth Service. """
 
     eum = ERP5UserManager(id, title)
     dispatcher._setObject(eum.getId(), eum)




More information about the Erp5-report mailing list