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

Unified Diff: chrome/test/media_router/telemetry/benchmarks/pagesets/__init__.py

Issue 2958093002: [Perf] Update references to telemetry.core.discover (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/media_router/telemetry/benchmarks/pagesets/__init__.py
diff --git a/chrome/test/media_router/telemetry/benchmarks/pagesets/__init__.py b/chrome/test/media_router/telemetry/benchmarks/pagesets/__init__.py
index 3eea54149f664e5c3c9fd6a6549b9389853324d1..199715520a214c9e558709467af2410a067eb04b 100644
--- a/chrome/test/media_router/telemetry/benchmarks/pagesets/__init__.py
+++ b/chrome/test/media_router/telemetry/benchmarks/pagesets/__init__.py
@@ -6,9 +6,9 @@ import inspect
import os
import sys
-from telemetry.core import discover
from telemetry import story
+from py_utils import discover
# Import all submodules' StorySet classes.
start_dir = os.path.dirname(os.path.abspath(__file__))
@@ -16,4 +16,4 @@ top_level_dir = os.path.abspath(os.path.join(start_dir, os.pardir, os.pardir))
base_class = story.StorySet
for cls in discover.DiscoverClasses(
start_dir, top_level_dir, base_class).values():
- setattr(sys.modules[__name__], cls.__name__, cls)
+ setattr(sys.modules[__name__], cls.__name__, cls)
« no previous file with comments | « no previous file | tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698