| Index: tools/bisect-manual-test.py
|
| diff --git a/tools/bisect-manual-test.py b/tools/bisect-manual-test.py
|
| index f07cc7b80931b7b810fe245bbc57ee2847e2d356..c1b6329f31b389fea05c4ba42602e808bfb2a728 100755
|
| --- a/tools/bisect-manual-test.py
|
| +++ b/tools/bisect-manual-test.py
|
| @@ -11,7 +11,11 @@ Typically used as by the run-bisect-manual-test.py script.
|
| import os
|
| import sys
|
|
|
| -sys.path.append(os.path.join(os.path.dirname(__file__), 'telemetry'))
|
| +sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)),
|
| + 'perf'))
|
| +from chrome_telemetry_build import chromium_config
|
| +sys.path.append(chromium_config.GetTelemetryDir())
|
| +
|
| from telemetry.internal.browser import browser_finder
|
| from telemetry.internal.browser import browser_options
|
|
|
|
|