| Index: build/android/pylib/remote/device/remote_device_test_run.py
|
| diff --git a/build/android/pylib/remote/device/remote_device_test_run.py b/build/android/pylib/remote/device/remote_device_test_run.py
|
| index b82b06a4e5225b68ba98ef00632217731be71091..df70a96e8d355ce50a1764bc52f352414af73208 100644
|
| --- a/build/android/pylib/remote/device/remote_device_test_run.py
|
| +++ b/build/android/pylib/remote/device/remote_device_test_run.py
|
| @@ -14,13 +14,12 @@ import tempfile
|
| import time
|
| import zipfile
|
|
|
| -
|
| +from devil.utils import zip_utils
|
| from pylib.base import base_test_result
|
| from pylib.base import test_run
|
| from pylib.remote.device import appurify_constants
|
| from pylib.remote.device import appurify_sanitized
|
| from pylib.remote.device import remote_device_helper
|
| -from pylib.utils import zip_utils
|
|
|
| _DEVICE_OFFLINE_RE = re.compile('error: device not found')
|
| _LONG_MSG_RE = re.compile('longMsg=')
|
|
|