Commit e3f0807f authored by Lucas Carvalho's avatar Lucas Carvalho

Replaced TAB for white spaces.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36322 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bc3a709b
......@@ -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
......
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