| Index: tools/run-bisect-manual-test.py
|
| diff --git a/tools/run-bisect-manual-test.py b/tools/run-bisect-manual-test.py
|
| index 9ba33763300f4bc1d483bf192dfa85108509f500..e1e6aeb6121502fc18699b90506d44a3a1410030 100755
|
| --- a/tools/run-bisect-manual-test.py
|
| +++ b/tools/run-bisect-manual-test.py
|
| @@ -28,7 +28,9 @@ _TOOLS_DIR = os.path.abspath(os.path.dirname(__file__))
|
| _BISECT_SCRIPT_PATH = os.path.join(
|
| _TOOLS_DIR, 'auto_bisect', 'bisect_perf_regression.py')
|
|
|
| -sys.path.append(os.path.join(_TOOLS_DIR, 'telemetry'))
|
| +sys.path.append(os.path.join(_TOOLS_DIR, 'perf'))
|
| +from chrome_telemetry_build import chromium_config
|
| +sys.path.append(chromium_config.GetTelemetryDir())
|
| from telemetry.internal.browser import browser_options
|
|
|
|
|
|
|