| Index: tools/chrome_proxy/run_benchmark
|
| diff --git a/tools/chrome_proxy/run_benchmark b/tools/chrome_proxy/run_benchmark
|
| index 1fac515891f170bd9aaeeea8a599e7fbf3a32fb3..c71db43d8493d53e4612d7d2b7d7ce3b5a320755 100755
|
| --- a/tools/chrome_proxy/run_benchmark
|
| +++ b/tools/chrome_proxy/run_benchmark
|
| @@ -6,11 +6,11 @@
|
| import os
|
| import sys
|
|
|
| -sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
|
| +import chrome_proxy_config
|
|
|
| -from telemetry import benchmark_runner
|
| +sys.path.insert(1, chrome_proxy_config.TELEMETRY_DIR)
|
|
|
| -import chrome_proxy_config
|
| +from telemetry import benchmark_runner
|
|
|
|
|
| if __name__ == '__main__':
|
|
|