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

Unified Diff: tools/telemetry/telemetry/internal/backends/mandoline/android.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/backends/mandoline/android.py
diff --git a/tools/telemetry/telemetry/internal/backends/mandoline/android.py b/tools/telemetry/telemetry/internal/backends/mandoline/android.py
index 0a799c3968bb3f439f6200c96183e96f81718647..fda9a0029d8584e5dc527fc4175bce677af89321 100644
--- a/tools/telemetry/telemetry/internal/backends/mandoline/android.py
+++ b/tools/telemetry/telemetry/internal/backends/mandoline/android.py
@@ -17,11 +17,11 @@ import time
from .paths import Paths
+from devil import base_error
+from devil.android import apk_helper
+from devil.android import device_errors
+from devil.android import device_utils
from pylib import constants
-from pylib.device import device_errors
-from pylib.device import device_utils
-from pylib.utils import base_error
-from pylib.utils import apk_helper
# Tags used by the mojo shell application logs.

Powered by Google App Engine
This is Rietveld 408576698