Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: tools/perf/profile_creators/update_remote_extensions.py

Issue 2300653002: [tools/perf] Update code to reference py_utils.cloud_storage (Closed)
Patch Set: update Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/profile_creators/extension_profile_extender.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/perf/profile_creators/extension_profile_extender.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698