commit | 85964c56b32593e6910d39a95029d6260cd28f37 | [log] [tgz] |
---|---|---|
author | Johan Euphrosine <proppy@google.com> | Tue Sep 13 16:50:35 2011 +0200 |
committer | Johan Euphrosine <proppy@google.com> | Tue Sep 13 16:50:35 2011 +0200 |
tree | 80ad8038917b57238c7c3e39659773e39a42a13e | |
parent | 9da2ad89f12b180ea0c1f18e2f36c7dde02a86f4 [diff] |
fix oauth2decorator user_agent regression #5007043
diff --git a/oauth2client/client.py b/oauth2client/client.py index 894bfb4..52f6fb3 100644 --- a/oauth2client/client.py +++ b/oauth2client/client.py
@@ -584,7 +584,6 @@ 'scope': self.scope, }) headers = { - 'user-agent': self.user_agent, 'content-type': 'application/x-www-form-urlencoded', }