commit | b983a6308d36f396acc5ce4f573377eb137c8714 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Tue Jul 30 13:20:12 2013 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Tue Jul 30 13:20:12 2013 -0400 |
tree | 36c085d37bda3a118e7b0f8d37f22b45c7f43d79 | |
parent | 5a4c328a68596b0d9325e45b9b9c26121b07bfe8 [diff] [blame] |
Missing FLAGS from old_run. Reviewed in https://codereview.appspot.com/12088045/.
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 @@ try: from old_run import run + from old_run import FLAGS except ImportError: def run(*args, **kwargs): raise NotImplementedError(