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

Unified Diff: tools/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 | « no previous file | tools/run-bisect-manual-test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bisect-manual-test.py
diff --git a/tools/bisect-manual-test.py b/tools/bisect-manual-test.py
index 325980c458f5f6adea3a6b9245cc8daf2475202c..f07cc7b80931b7b810fe245bbc57ee2847e2d356 100755
--- a/tools/bisect-manual-test.py
+++ b/tools/bisect-manual-test.py
@@ -12,8 +12,8 @@ import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), 'telemetry'))
-from telemetry.core import browser_finder
-from telemetry.core import browser_options
+from telemetry.internal.browser import browser_finder
+from telemetry.internal.browser import browser_options
def _StartManualTest(options):
« no previous file with comments | « no previous file | tools/run-bisect-manual-test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698