From b983a6308d36f396acc5ce4f573377eb137c8714 Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Tue, 30 Jul 2013 13:20:12 -0400 Subject: [PATCH] Missing FLAGS from old_run. Reviewed in https://codereview.appspot.com/12088045/. --- oauth2client/tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/oauth2client/tools.py b/oauth2client/tools.py index 8f01717..12c68bf 100644 --- a/oauth2client/tools.py +++ b/oauth2client/tools.py @@ -234,6 +234,7 @@ def message_if_missing(filename): try: from old_run import run + from old_run import FLAGS except ImportError: def run(*args, **kwargs): raise NotImplementedError(