From cc99d090bded2e4354ba1c076a6e40d04f10ce1f Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Tue, 22 Jun 2021 17:10:19 +0100 Subject: [PATCH] Also import oauth2client.tools Patch from Dave Holland; for some reason I didn't need this, but it's obviously sensible... --- gooswapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gooswapper.py b/gooswapper.py index b212e6a..91701cd 100644 --- a/gooswapper.py +++ b/gooswapper.py @@ -45,6 +45,7 @@ import httplib2 import apiclient.discovery import oauth2client import oauth2client.file +import oauth2client.tools import oauth2client.client import googleapiclient.errors -- 2.30.2