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

Unified Diff: tests/gclient_scm_test.py

Issue 8508015: Create a new depot_tools_testing_lib to move utility modules there (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: rebase against 8508017 Created 9 years, 1 month 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
Index: tests/gclient_scm_test.py
diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py
index 6fc33a19fcab986f63c1ffc764706bf5bb7b7ea5..7683984e108e6b3e86fedde2810cca334923c21e 100755
--- a/tests/gclient_scm_test.py
+++ b/tests/gclient_scm_test.py
@@ -20,8 +20,8 @@ import __builtin__
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
-from super_mox import mox, StdoutCheck, SuperMoxTestBase
-from super_mox import TestCaseUtils
+from depot_tools_testing_lib.super_mox import mox, StdoutCheck, SuperMoxTestBase
+from depot_tools_testing_lib.super_mox import TestCaseUtils
import gclient_scm
import subprocess2

Powered by Google App Engine
This is Rietveld 408576698