| Index: tools/perf/profile_creators/update_remote_extensions.py
|
| diff --git a/tools/perf/profile_creators/update_remote_extensions.py b/tools/perf/profile_creators/update_remote_extensions.py
|
| index c8d36c6d6b7d15b600cb23e871381f0807222d50..bf28d4a57973c301c6c7d79291165b517e65cfe1 100644
|
| --- a/tools/perf/profile_creators/update_remote_extensions.py
|
| +++ b/tools/perf/profile_creators/update_remote_extensions.py
|
| @@ -18,8 +18,8 @@ sys.path.insert(1, os.path.abspath(os.path.join(
|
| 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.core import exceptions
|
|
|