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

Unified Diff: tools/perf/PRESUBMIT.py

Issue 1582793006: [Telemetry] Update all clients to use chromium_config.GetTelemetryDir() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more rebase Created 4 years, 11 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 | « tools/cygprofile/profile_android_startup.py ('k') | tools/perf/generate_profile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/PRESUBMIT.py
diff --git a/tools/perf/PRESUBMIT.py b/tools/perf/PRESUBMIT.py
index c606204c6405cd223318dec88a632dc0b786df94..ab31fcb65e8d22963ef2cafc13e9d2c4fb023ea9 100644
--- a/tools/perf/PRESUBMIT.py
+++ b/tools/perf/PRESUBMIT.py
@@ -43,7 +43,7 @@ def _CheckWprShaFiles(input_api, output_api):
catapult_path = os.path.abspath(os.path.join(
perf_dir, '..', '..', 'third_party', 'catapult', 'catapult_base'))
sys.path.insert(1, catapult_path)
- from catapult_base import cloud_storage
+ from catapult_base import cloud_storage # pylint: disable=import-error
finally:
sys.path = old_sys_path
« no previous file with comments | « tools/cygprofile/profile_android_startup.py ('k') | tools/perf/generate_profile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698