| Index: tools/chrome_proxy/run_livetests
|
| diff --git a/tools/chrome_proxy/run_livetests b/tools/chrome_proxy/run_livetests
|
| index 2d98fe0886f4c0c7fe2770c9c11b744551af4c24..e0c627eb0d4ec46cb0f12a0b227f43694a5046c3 100755
|
| --- a/tools/chrome_proxy/run_livetests
|
| +++ b/tools/chrome_proxy/run_livetests
|
| @@ -6,11 +6,12 @@
|
| import os
|
| import sys
|
|
|
| -sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
|
| +import chrome_proxy_config
|
| +
|
| +sys.path.insert(1, chrome_proxy_config.TELEMETRY_DIR)
|
|
|
| from telemetry import benchmark_runner
|
|
|
| -import chrome_proxy_config
|
|
|
| if __name__ == '__main__':
|
| sys.exit(benchmark_runner.main(chrome_proxy_config.Config(
|
|
|