Missing FLAGS from old_run.
Reviewed in https://codereview.appspot.com/12088045/.
This commit is contained in:
@@ -234,6 +234,7 @@ def message_if_missing(filename):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
from old_run import run
|
from old_run import run
|
||||||
|
from old_run import FLAGS
|
||||||
except ImportError:
|
except ImportError:
|
||||||
def run(*args, **kwargs):
|
def run(*args, **kwargs):
|
||||||
raise NotImplementedError(
|
raise NotImplementedError(
|
||||||
|
|||||||
Reference in New Issue
Block a user