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): |