| Index: build/android/devil/utils/reraiser_thread.py
|
| diff --git a/build/android/pylib/utils/reraiser_thread.py b/build/android/devil/utils/reraiser_thread.py
|
| similarity index 99%
|
| copy from build/android/pylib/utils/reraiser_thread.py
|
| copy to build/android/devil/utils/reraiser_thread.py
|
| index 0ec16b1908c85c61e5b66d5895373bb7d2fe67b3..6c50c2dee5ba224977b5cebf418c98416422aaa4 100644
|
| --- a/build/android/pylib/utils/reraiser_thread.py
|
| +++ b/build/android/devil/utils/reraiser_thread.py
|
| @@ -10,7 +10,7 @@ import sys
|
| import threading
|
| import traceback
|
|
|
| -from pylib.utils import watchdog_timer
|
| +from devil.utils import watchdog_timer
|
|
|
|
|
| class TimeoutError(Exception):
|
|
|