fix get_auth_from_url

This commit is contained in:
Kenneth Reitz
2013-03-22 00:15:06 -04:00
parent 03a3ca5004
commit 030b9763b5
+1 -1
View File
@@ -588,4 +588,4 @@ def get_auth_from_url(url):
parsed = urlparse(url)
return (parsed.username, parsed.password)
else:
return None
return ('', '')