commit | 06d852bb212c749675168472d985c7ec7c885822 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Fri Mar 25 15:03:10 2011 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Fri Mar 25 15:03:10 2011 -0400 |
tree | 653e9fee2d2c562ac742fcb26f072c1c66965d00 | |
parent | 01b927081509b1dfa17c960c43e0905c2d2e5d06 [diff] [blame] |
Cleaning up 2.7 compatibility and more work on installer.
diff --git a/oauth2client/client.py b/oauth2client/client.py index 1a3937b..c18a0ce 100644 --- a/oauth2client/client.py +++ b/oauth2client/client.py
@@ -87,7 +87,7 @@ """Retrieve credential. Returns: - apiclient.oauth.Credentials + oauth2client.client.Credentials """ _abstract()