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

Unified Diff: tools/telemetry/telemetry/internal/app/android_app_unittest.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
« no previous file with comments | « build/android/update_verification.py ('k') | tools/telemetry/telemetry/internal/app/android_process.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/internal/app/android_app_unittest.py
diff --git a/tools/telemetry/telemetry/internal/app/android_app_unittest.py b/tools/telemetry/telemetry/internal/app/android_app_unittest.py
index 673c83a45c90cde9536102524a11d0278a117338..f63b2e075018af67b2dec0ae7a123efdee523ae3 100644
--- a/tools/telemetry/telemetry/internal/app/android_app_unittest.py
+++ b/tools/telemetry/telemetry/internal/app/android_app_unittest.py
@@ -12,7 +12,7 @@ from telemetry.internal.backends import android_app_backend
from telemetry.internal.platform import android_device
from telemetry.testing import options_for_unittests
-from pylib.device import intent
+from devil.android.sdk import intent
class AndroidAppTest(unittest.TestCase):
« no previous file with comments | « build/android/update_verification.py ('k') | tools/telemetry/telemetry/internal/app/android_process.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698