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

Unified Diff: tools/telemetry/telemetry/internal/platform/profiler/oomkiller_profiler.py

Issue 1314313004: [Android][telemetry] Update pylib imports for modules that moved into devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
Index: tools/telemetry/telemetry/internal/platform/profiler/oomkiller_profiler.py
diff --git a/tools/telemetry/telemetry/internal/platform/profiler/oomkiller_profiler.py b/tools/telemetry/telemetry/internal/platform/profiler/oomkiller_profiler.py
index 9c80ee25926121bb3b3d7606a4e1a08e1f7f6195..614fccb0cc826d646392ee7fb3767703616d7622 100644
--- a/tools/telemetry/telemetry/internal/platform/profiler/oomkiller_profiler.py
+++ b/tools/telemetry/telemetry/internal/platform/profiler/oomkiller_profiler.py
@@ -8,7 +8,7 @@ from telemetry.internal.util import binary_manager
from telemetry.internal.backends.chrome import android_browser_finder
from telemetry.internal.platform import profiler
-from pylib.device import intent # pylint: disable=F0401
+from devil.android.sdk import intent # pylint: disable=F0401
class UnableToFindApplicationException(Exception):
"""Exception when unable to find a launched application"""

Powered by Google App Engine
This is Rietveld 408576698