Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2790)

Unified Diff: build/android/devil/utils/reraiser_thread.py

Issue 1314913009: [Android] Move some pylib modules into devil/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/devil/utils/parallelizer_test.py ('k') | build/android/devil/utils/reset_usb.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « build/android/devil/utils/parallelizer_test.py ('k') | build/android/devil/utils/reset_usb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698