| Index: build/android/pylib/remote/device/remote_device_helper.py
|
| diff --git a/build/android/pylib/remote/device/remote_device_helper.py b/build/android/pylib/remote/device/remote_device_helper.py
|
| index 896ae99fab9ffd8d768b0508a273000374b43fab..1b02207a027a2a354fe25e53ac5d8fc954649dc3 100644
|
| --- a/build/android/pylib/remote/device/remote_device_helper.py
|
| +++ b/build/android/pylib/remote/device/remote_device_helper.py
|
| @@ -4,7 +4,7 @@
|
|
|
| """Common functions and Exceptions for remote_device_*"""
|
|
|
| -from pylib.utils import base_error
|
| +from devil import base_error
|
|
|
|
|
| class RemoteDeviceError(base_error.BaseError):
|
|
|