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

Unified Diff: build/android/pylib/local/device/local_device_instrumentation_test_run.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: build/android/pylib/local/device/local_device_instrumentation_test_run.py
diff --git a/build/android/pylib/local/device/local_device_instrumentation_test_run.py b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
index f8fc9bcaeab880614373645f821988a6061a6521..eacad08d30cfb571586a5be801bce72512db687c 100644
--- a/build/android/pylib/local/device/local_device_instrumentation_test_run.py
+++ b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
@@ -6,11 +6,11 @@ import logging
import re
import time
+from devil.android import device_errors
+from devil.android.sdk import keyevent
from pylib import flag_changer
from pylib.base import base_test_result
from pylib.base import test_run
-from pylib.constants import keyevent
-from pylib.device import device_errors
from pylib.local.device import local_device_test_run

Powered by Google App Engine
This is Rietveld 408576698