[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/AccessControl/User.py Minimize whitespace changes between Zope 2.8 branch and Zope 2 trunk.

Florent Guillaume fg at nuxeo.com
Thu Oct 20 20:09:10 EDT 2005


Log message for revision 39541:
  Minimize whitespace changes between Zope 2.8 branch and Zope 2 trunk.
  

Changed:
  U   Zope/branches/Zope-2_8-branch/lib/python/AccessControl/User.py

-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/AccessControl/User.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/AccessControl/User.py	2005-10-21 00:06:17 UTC (rev 39540)
+++ Zope/branches/Zope-2_8-branch/lib/python/AccessControl/User.py	2005-10-21 00:09:10 UTC (rev 39541)
@@ -1045,7 +1045,7 @@
     def _doAddUser(self, name, password, roles, domains, **kw):
         """Create a new user"""
         if password is not None and self.encrypt_passwords \
-                   and not self._isPasswordEncrypted(password):
+                                and not self._isPasswordEncrypted(password):
             password = self._encryptPassword(password)
         self.data[name]=User(name,password,roles,domains)
 



More information about the Zope-Checkins mailing list