Index: tools/telemetry/PRESUBMIT.py |
diff --git a/tools/chrome_remote_control/PRESUBMIT.py b/tools/telemetry/PRESUBMIT.py |
similarity index 92% |
rename from tools/chrome_remote_control/PRESUBMIT.py |
rename to tools/telemetry/PRESUBMIT.py |
index fcc7fe4a3eed59b5cc57b8b071d0923a467402a3..6866cc2c983700e197f6b7030dccddd9f12eda68 100644 |
--- a/tools/chrome_remote_control/PRESUBMIT.py |
+++ b/tools/telemetry/PRESUBMIT.py |
@@ -11,7 +11,7 @@ def _CommonChecks(input_api, output_api): |
results = [] |
old_sys_path = sys.path |
try: |
- sys.path = [os.path.join('..', 'chrome_remote_control')] + sys.path |
+ sys.path = [os.path.join('..', 'telemetry')] + sys.path |
results.extend(input_api.canned_checks.RunPylint( |
input_api, output_api, |
black_list=PYLINT_BLACKLIST, |