Index: build/android/devil/android/device_temp_file.py |
diff --git a/build/android/pylib/utils/device_temp_file.py b/build/android/devil/android/device_temp_file.py |
similarity index 96% |
copy from build/android/pylib/utils/device_temp_file.py |
copy to build/android/devil/android/device_temp_file.py |
index 1364f7a7d93872fe757c2ca96e9ccb270781c1e3..cd9e8db5613f11f1b2f229853cafa4110359494d 100644 |
--- a/build/android/pylib/utils/device_temp_file.py |
+++ b/build/android/devil/android/device_temp_file.py |
@@ -8,8 +8,8 @@ |
import threading |
-from pylib import cmd_helper |
-from pylib.device import device_errors |
+from devil.android import device_errors |
+from devil.utils import cmd_helper |
_COMMAND_TEMPLATE = ( |
# Make sure that the temp dir is writable |