| Index: tools/perf/run_multipage_benchmarks
|
| diff --git a/tools/perf/run_multipage_benchmarks b/tools/perf/run_multipage_benchmarks
|
| index ca4115f1216d96dc490be2852c58f763ff59c188..4d0bbf872f6153bf0c05c131c7fd699389ea4213 100755
|
| --- a/tools/perf/run_multipage_benchmarks
|
| +++ b/tools/perf/run_multipage_benchmarks
|
| @@ -19,7 +19,7 @@ def bootstrapIfNeeded(module_name, module_path, module_deps_url):
|
| except ImportError:
|
| sys.path.append(os.path.join(os.path.dirname(__file__),
|
| BOOTSTRAPPED_FILES_DIR,
|
| - module_path))
|
| + module_path))
|
| try:
|
| imp.find_module(module_name)
|
| return
|
|
|