commit | 09527309e70d56573f968c9431141885751d856b | [log] [tgz] |
---|---|---|
author | Wilson Lian <wwlian@users.noreply.github.com> | Wed Jan 11 14:38:18 2017 -0800 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Wed Jan 11 14:38:18 2017 -0800 |
tree | 0fdbd50873b8d52c1c1886ca6e415b2242eb9dc4 | |
parent | 692617a6eea5e47e71e221c9e73f5f2d5534e3bf [diff] |
Adding import of google.auth.credentials to googleapiclient._auth module. (#328)
diff --git a/googleapiclient/_auth.py b/googleapiclient/_auth.py index 89a8a02..044ed12 100644 --- a/googleapiclient/_auth.py +++ b/googleapiclient/_auth.py
@@ -18,6 +18,7 @@ try: import google.auth + import google.auth.credentials import google_auth_httplib2 HAS_GOOGLE_AUTH = True except ImportError: # pragma: NO COVER