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

Unified Diff: build/android/devil/android/md5sum.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/logcat_monitor_test.py ('k') | build/android/devil/android/md5sum_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/devil/android/md5sum.py
diff --git a/build/android/pylib/utils/md5sum.py b/build/android/devil/android/md5sum.py
similarity index 97%
copy from build/android/pylib/utils/md5sum.py
copy to build/android/devil/android/md5sum.py
index 2e0a89c328eae2a031c2e5f26eb4699e0239006d..8617b3d95bd13e9a91670e8660bb41ae69d18a19 100644
--- a/build/android/pylib/utils/md5sum.py
+++ b/build/android/devil/android/md5sum.py
@@ -10,10 +10,10 @@ import re
import tempfile
import types
-from pylib import cmd_helper
+from devil.android import device_errors
+from devil.android import device_temp_file
+from devil.utils import cmd_helper
from pylib import constants
-from pylib.utils import device_temp_file
-from pylib.device import device_errors
MD5SUM_DEVICE_LIB_PATH = '/data/local/tmp/md5sum/'
MD5SUM_DEVICE_BIN_PATH = MD5SUM_DEVICE_LIB_PATH + 'md5sum_bin'
« no previous file with comments | « build/android/devil/android/logcat_monitor_test.py ('k') | build/android/devil/android/md5sum_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698