| Index: build/android/pylib/remote/device/remote_device_environment.py
|
| diff --git a/build/android/pylib/remote/device/remote_device_environment.py b/build/android/pylib/remote/device/remote_device_environment.py
|
| index dc1184556615aa8f74c19aa3c12429cdc0df4f15..e5bfa6a3f88cab516e886251f30e0c563f3f0e2a 100644
|
| --- a/build/android/pylib/remote/device/remote_device_environment.py
|
| +++ b/build/android/pylib/remote/device/remote_device_environment.py
|
| @@ -11,12 +11,12 @@ import os
|
| import random
|
| import sys
|
|
|
| +from devil.utils import reraiser_thread
|
| +from devil.utils import timeout_retry
|
| from pylib import constants
|
| from pylib.base import environment
|
| from pylib.remote.device import appurify_sanitized
|
| from pylib.remote.device import remote_device_helper
|
| -from pylib.utils import timeout_retry
|
| -from pylib.utils import reraiser_thread
|
|
|
| class RemoteDeviceEnvironment(environment.Environment):
|
| """An environment for running on remote devices."""
|
|
|