Index: tools/perf/core/benchmark_finders.py |
diff --git a/tools/perf/core/benchmark_finders.py b/tools/perf/core/benchmark_finders.py |
index b2cfde11a7146960887222dfaba797f4a18b98fd..4ed7dc82a83fa90af8cb27e7305c2b57c370ac54 100644 |
--- a/tools/perf/core/benchmark_finders.py |
+++ b/tools/perf/core/benchmark_finders.py |
@@ -9,9 +9,9 @@ import sys |
from core import path_util |
from core import perf_benchmark |
-from telemetry.core import discover |
from telemetry import benchmark as benchmark_module |
+from py_utils import discover |
def GetClassFilePath(clazz): |
""" Return the absolute file path to |clazz|. """ |