From aa7ea59b5ede45e8587f2360cf3f5aa0a30b23ec Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 4 Aug 2022 09:33:13 -0400 Subject: [PATCH] Update oauth.py --- src/gam/auth/oauth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gam/auth/oauth.py b/src/gam/auth/oauth.py index d2b8c175..2b021197 100644 --- a/src/gam/auth/oauth.py +++ b/src/gam/auth/oauth.py @@ -24,10 +24,10 @@ from gam import controlflow from gam import display from gam import fileutils from gam import transport -from gam.var import GC_CA_FILE, +from gam.var import (GC_CA_FILE, GC_Values, GM_Globals, - GM_WINDOWS + GM_WINDOWS) from gam import utils