commit | 1f76759f5c8d9c531efc27402d8af5d80da4e6de | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Mon Aug 29 10:13:06 2016 -0700 |
committer | GitHub <noreply@github.com> | Mon Aug 29 10:13:06 2016 -0700 |
tree | 6f66a6630b689bb59e5ca6b195ffe59859127481 | |
parent | 9e43103ea8a1cb536d69d6106db7b642bf578db2 [diff] |
Fix bad oauth2client util import (#273)
diff --git a/googleapiclient/channel.py b/googleapiclient/channel.py index 7d0feb9..a38b4ff 100644 --- a/googleapiclient/channel.py +++ b/googleapiclient/channel.py
@@ -61,7 +61,6 @@ import uuid from googleapiclient import errors -from oauth2client import util import six # Oauth2client < 3 has the positional helper in 'util', >= 3 has it