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

Unified Diff: build/android/devil/android/device_temp_file_test.py

Issue 1314913009: [Android] Move some pylib modules into devil/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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/devil/android/device_temp_file.py ('k') | build/android/devil/android/device_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/devil/android/device_temp_file_test.py
diff --git a/build/android/pylib/utils/device_temp_file_test.py b/build/android/devil/android/device_temp_file_test.py
similarity index 94%
rename from build/android/pylib/utils/device_temp_file_test.py
rename to build/android/devil/android/device_temp_file_test.py
index f839ce093ca81e5f8dcda0faa7440653312ed2d7..791f3eb025bdf4cfce6f08712a16e69dc10563c1 100755
--- a/build/android/pylib/utils/device_temp_file_test.py
+++ b/build/android/devil/android/device_temp_file_test.py
@@ -12,11 +12,11 @@ import os
import sys
import unittest
+from devil.android import device_errors
+from devil.android.sdk import adb_wrapper
+from devil.utils import device_temp_file
+from devil.utils import mock_calls
from pylib import constants
-from pylib.device import adb_wrapper
-from pylib.device import device_errors
-from pylib.utils import device_temp_file
-from pylib.utils import mock_calls
sys.path.append(os.path.join(
constants.DIR_SOURCE_ROOT, 'third_party', 'pymock'))
« no previous file with comments | « build/android/devil/android/device_temp_file.py ('k') | build/android/devil/android/device_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698