| Index: build/android/pylib/local/device/local_device_test_run.py
|
| diff --git a/build/android/pylib/local/device/local_device_test_run.py b/build/android/pylib/local/device/local_device_test_run.py
|
| index 8b593ab812aaa26c50651011496bc86c4e637c12..994bd89153dba1aa6b00c864107691f07500417c 100644
|
| --- a/build/android/pylib/local/device/local_device_test_run.py
|
| +++ b/build/android/pylib/local/device/local_device_test_run.py
|
| @@ -4,11 +4,11 @@
|
|
|
| import logging
|
|
|
| +from devil.android import device_errors
|
| from pylib import valgrind_tools
|
| from pylib.base import base_test_result
|
| from pylib.base import test_run
|
| from pylib.base import test_collection
|
| -from pylib.device import device_errors
|
|
|
|
|
| class LocalDeviceTestRun(test_run.TestRun):
|
|
|