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 71603c3d3a33f06793121712d926b64902badc2d..7c21c4b569c5b1543352d9782e55968148ed49f9 100644 |
--- a/build/android/pylib/remote/device/remote_device_helper.py |
+++ b/build/android/pylib/remote/device/remote_device_helper.py |
@@ -4,7 +4,10 @@ |
"""Common functions and Exceptions for remote_device_*""" |
-class RemoteDeviceError(Exception): |
+from pylib.base import base_error |
+ |
+ |
+class RemoteDeviceError(base_error.BaseError): |
"""Exception to throw when problems occur with remote device service.""" |
pass |