| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 697648c51052522f660c24b41c3e3d53fed077bb..e7073949a6f68d9f4d9e8d8a16c2589dd7b4514f 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -112,9 +112,9 @@ def CommonChecks(input_api, output_api):
|
|
|
| try:
|
| sys.path = infra_path + sys.path
|
| - import master_cfg_utils # pylint: disable=F0401
|
| + import common.master_cfg_utils # pylint: disable=F0401
|
| # Run the tests.
|
| - with master_cfg_utils.TemporaryMasterPasswords():
|
| + with common.master_cfg_utils.TemporaryMasterPasswords():
|
| output = input_api.RunTests(tests)
|
|
|
| output.extend(input_api.canned_checks.PanProjectChecks(
|
|
|