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

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: 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
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 970a84d20fbb4e2447d606bea2407dfa6826d730..46a47f402394ac31601f0086d15c62cd54260a24 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(

Powered by Google App Engine
This is Rietveld 408576698