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

Unified Diff: tools/perf/profile_creators/extension_profile_extender.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/__init__.py ('k') | tools/perf/profile_creators/update_remote_extensions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/profile_creators/extension_profile_extender.py
diff --git a/tools/perf/profile_creators/extension_profile_extender.py b/tools/perf/profile_creators/extension_profile_extender.py
index be061c0cd27e9d313f107cd32c490ea61d40c01a..52b46152ac0ae985d6eba5f63816aed0949d8720 100644
--- a/tools/perf/profile_creators/extension_profile_extender.py
+++ b/tools/perf/profile_creators/extension_profile_extender.py
@@ -14,8 +14,8 @@ import zipfile
if sys.platform == 'win32':
import _winreg as winreg # pylint: disable=import-error
-from catapult_base import cloud_storage
from profile_creators import profile_extender
+from py_utils import cloud_storage
from telemetry.core import exceptions
« no previous file with comments | « tools/perf/profile_creators/__init__.py ('k') | tools/perf/profile_creators/update_remote_extensions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698