Merge pull request #675 from gulopine/develop

Make sure OAuth doesn't fall off
This commit is contained in:
Kenneth Reitz
2012-06-14 10:18:23 -07: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):