[Erp5-report] r36322 lucas - /erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 14 21:32:20 CEST 2010


Author: lucas
Date: Mon Jun 14 21:32:18 2010
New Revision: 36322

URL: http://svn.erp5.org?rev=36322&view=rev
Log:
Replaced TAB for white spaces.

Modified:
    erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py

Modified: erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py?rev=36322&r1=36321&r2=36322&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py [utf8] Mon Jun 14 21:32:18 2010
@@ -322,7 +322,7 @@ class WizardTool(BaseTool):
         user_and_password[0] and user_and_password[1]):
       if user_and_password!=last_loggedin_user_and_password:
         # credentials changed we need to renew __ac cookie from server as well
-	cookiejar.clear()
+        cookiejar.clear()
       # try login to server only once using cookie method
       if not _isUserAcknowledged(cookiejar):
         server_url = self.getServerUrl()
@@ -338,7 +338,7 @@ class WizardTool(BaseTool):
               user_and_password)
           header_dict['Authorization'] = auth
         # save last credentials we passed to server
-	last_loggedin_user_and_password = user_and_password
+        last_loggedin_user_and_password = user_and_password
     if content_type:
       header_dict['Content-Type'] = content_type
 




More information about the Erp5-report mailing list