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

Unified Diff: build/android/devil/utils/cmd_helper_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/cmd_helper.py ('k') | build/android/devil/utils/host_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/devil/utils/cmd_helper_test.py
diff --git a/build/android/pylib/cmd_helper_test.py b/build/android/devil/utils/cmd_helper_test.py
similarity index 98%
rename from build/android/pylib/cmd_helper_test.py
rename to build/android/devil/utils/cmd_helper_test.py
index 5155cea49aec8fea67b48f7191c939a6c70fbfc9..ba45a51437757a012ea82ddcbe8250d0d8b3de80 100644
--- a/build/android/pylib/cmd_helper_test.py
+++ b/build/android/devil/utils/cmd_helper_test.py
@@ -7,7 +7,7 @@
import unittest
import subprocess
-from pylib import cmd_helper
+from devil.utils import cmd_helper
class CmdHelperSingleQuoteTest(unittest.TestCase):
« no previous file with comments | « build/android/devil/utils/cmd_helper.py ('k') | build/android/devil/utils/host_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698