chiark / gitweb /
Also import oauth2client.tools
authorMatthew Vernon <mv3@sanger.ac.uk>
Tue, 22 Jun 2021 16:10:19 +0000 (17:10 +0100)
committerMatthew Vernon <mv3@sanger.ac.uk>
Tue, 22 Jun 2021 16:10:19 +0000 (17:10 +0100)
Patch from Dave Holland; for some reason I didn't need this, but it's
obviously sensible...

gooswapper.py

index b212e6a1914095b4a46dda79eb78557029800de0..91701cd14c48dad46a3eb936386d08570ce82874 100644 (file)
@@ -45,6 +45,7 @@ import httplib2
 import apiclient.discovery
 import oauth2client
 import oauth2client.file
+import oauth2client.tools
 import oauth2client.client
 import googleapiclient.errors