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

Unified Diff: tools/perf/core/find_dependencies.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 | « tools/perf/core/benchmark_finders.py ('k') | tools/perf/core/perf_data_generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/find_dependencies.py
diff --git a/tools/perf/core/find_dependencies.py b/tools/perf/core/find_dependencies.py
index b3b8738b594b7bd11de61b52d007641c95771694..9525bdc1181e2ed2299164b3e73d0651d6db11db 100644
--- a/tools/perf/core/find_dependencies.py
+++ b/tools/perf/core/find_dependencies.py
@@ -11,11 +11,12 @@ import sys
import zipfile
from telemetry import benchmark
-from telemetry.core import discover
from telemetry.internal.util import command_line
from telemetry.internal.util import path
from telemetry.internal.util import path_set
+from py_utils import discover
+
try:
from modulegraph import modulegraph # pylint: disable=import-error
except ImportError as err:
« no previous file with comments | « tools/perf/core/benchmark_finders.py ('k') | tools/perf/core/perf_data_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698