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

Unified Diff: tools/run-bisect-manual-test.py

Issue 1260403005: Fix browser import locations in bisect-manual-test scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/bisect-manual-test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-bisect-manual-test.py
diff --git a/tools/run-bisect-manual-test.py b/tools/run-bisect-manual-test.py
index 2631a86a48fc72b6c8432447b897e06a5b18689c..94a2141fe369715e8c1a3f6cc4dd2ca89b6b46c5 100755
--- a/tools/run-bisect-manual-test.py
+++ b/tools/run-bisect-manual-test.py
@@ -29,7 +29,7 @@ _BISECT_SCRIPT_PATH = os.path.join(
_TOOLS_DIR, 'auto_bisect', 'bisect_perf_regression.py')
sys.path.append(os.path.join(_TOOLS_DIR, 'telemetry'))
-from telemetry.core import browser_options
+from telemetry.internal.browser import browser_options
def _RunBisectionScript(options):
« no previous file with comments | « tools/bisect-manual-test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698