Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: PRESUBMIT.py

Issue 1402253002: CrOS: Load Chromite pins from JSON. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase (without pin JSON). Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | masters/master.chromiumos/chromiumos_board_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « DEPS ('k') | masters/master.chromiumos/chromiumos_board_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698