| Index: mojo/tools/mojob.py
|
| diff --git a/mojo/tools/mojob.py b/mojo/tools/mojob.py
|
| index 4422cd74b77f9b3353ef1f0b5ee6ea39eaa1e662..2c632b342e7acfe3b246aa12ed0bd440faf5180d 100755
|
| --- a/mojo/tools/mojob.py
|
| +++ b/mojo/tools/mojob.py
|
| @@ -13,11 +13,13 @@ import re
|
| import subprocess
|
| import sys
|
|
|
| -from get_test_list import GetTestList
|
| +import add_sdk_tools_to_path
|
| from mopy.config import Config
|
| from mopy.paths import Paths
|
| from mopy.gn import GNArgsForConfig, ParseGNConfig, CommandLineForGNArgs
|
|
|
| +from get_test_list import GetTestList
|
| +
|
|
|
| def _args_to_config(args):
|
| # Default to host OS.
|
|
|