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

Unified Diff: build/android/devil/utils/parallelizer.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/mock_calls_test.py ('k') | build/android/devil/utils/parallelizer_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/devil/utils/parallelizer.py
diff --git a/build/android/pylib/utils/parallelizer.py b/build/android/devil/utils/parallelizer.py
similarity index 98%
copy from build/android/pylib/utils/parallelizer.py
copy to build/android/devil/utils/parallelizer.py
index 9a85b54a5e854a080d91cfa27057d62b79d20031..bac5b245fc48e0058a047effbfdb209c1e2cc104 100644
--- a/build/android/pylib/utils/parallelizer.py
+++ b/build/android/devil/utils/parallelizer.py
@@ -54,8 +54,8 @@ penalty.
"""
# pylint: disable=protected-access
-from pylib.utils import reraiser_thread
-from pylib.utils import watchdog_timer
+from devil.utils import reraiser_thread
+from devil.utils import watchdog_timer
_DEFAULT_TIMEOUT = 30
_DEFAULT_RETRIES = 3
« no previous file with comments | « build/android/devil/utils/mock_calls_test.py ('k') | build/android/devil/utils/parallelizer_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698