Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Kenneth Reitz
2012-06-15 14:31:24 -04:00
+1 -1
View File
@@ -105,7 +105,7 @@ class OAuth1(AuthBase):
del r.headers[u_header]
r.headers['Authorization'] = auth_header
return r
return r
class HTTPBasicAuth(AuthBase):