Skip to content

Instantly share code, notes, and snippets.

@sleduc
Created November 12, 2015 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sleduc/05469217b707e4193da6 to your computer and use it in GitHub Desktop.
Save sleduc/05469217b707e4193da6 to your computer and use it in GitHub Desktop.
--- tools.py 2015-11-12 18:46:13.489194658 +0100
+++ tools.new.py 2015-11-12 18:45:35.178614760 +0100
@@ -239,8 +239,8 @@ def message_if_missing(filename):
return _CLIENT_SECRETS_MESSAGE % filename
try:
- from oauth2client.old_run import run
- from oauth2client.old_run import FLAGS
+ from oauth2client1412.old_run import run
+ from oauth2client1412.old_run import FLAGS
except ImportError:
def run(*args, **kwargs):
raise NotImplementedError(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment