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

Unified Diff: build/android/devil/utils/mock_calls_test.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.py ('k') | build/android/devil/utils/parallelizer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/devil/utils/mock_calls_test.py
diff --git a/build/android/pylib/utils/mock_calls_test.py b/build/android/devil/utils/mock_calls_test.py
similarity index 99%
rename from build/android/pylib/utils/mock_calls_test.py
rename to build/android/devil/utils/mock_calls_test.py
index 4dbafd4715d1a55d8aa98d6bdb333755a1c89c62..2e8780642cd41092bdb9cb14531cd7608d106834 100755
--- a/build/android/pylib/utils/mock_calls_test.py
+++ b/build/android/devil/utils/mock_calls_test.py
@@ -12,8 +12,8 @@ import os
import sys
import unittest
+from devil.utils import mock_calls
from pylib import constants
-from pylib.utils import mock_calls
sys.path.append(os.path.join(
constants.DIR_SOURCE_ROOT, 'third_party', 'pymock'))
« no previous file with comments | « build/android/devil/utils/mock_calls.py ('k') | build/android/devil/utils/parallelizer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698