Missing FLAGS from old_run.

Reviewed in https://codereview.appspot.com/12088045/.
This commit is contained in:
Joe Gregorio
2013-07-30 13:20:12 -04:00
parent 5a4c328a68
commit b983a6308d

View File

@@ -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(