| Index: tools/perf/fetch_benchmark_deps.py | 
| diff --git a/tools/perf/fetch_benchmark_deps.py b/tools/perf/fetch_benchmark_deps.py | 
| index 6bbc1bb7c417df2290bf3932a5135506dc09679e..abde42f0ccfcee5a5c263f1ebdbdef473dad5a66 100755 | 
| --- a/tools/perf/fetch_benchmark_deps.py | 
| +++ b/tools/perf/fetch_benchmark_deps.py | 
| @@ -10,8 +10,8 @@ import sys | 
|  | 
| from core import path_util | 
|  | 
| -path_util.AddCatapultBaseToPath() | 
| -from catapult_base import cloud_storage | 
| +path_util.AddPyUtilsToPath() | 
| +from py_utils import cloud_storage | 
|  | 
| path_util.AddTelemetryToPath() | 
| from telemetry import benchmark_runner | 
|  |