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

Unified Diff: tests/watchlists_unittest.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
« depot_tools_testing_lib/super_mox.py ('K') | « tests/trychange_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/watchlists_unittest.py
diff --git a/tests/watchlists_unittest.py b/tests/watchlists_unittest.py
index e72bb8babd50269318474de7f33df1e767f78129..f710a831da7882a33c93b3e5f6128912d614954b 100755
--- a/tests/watchlists_unittest.py
+++ b/tests/watchlists_unittest.py
@@ -12,7 +12,8 @@ import sys
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
-import super_mox
+from depot_tools_testing_lib import super_mox
+
import watchlists
« depot_tools_testing_lib/super_mox.py ('K') | « tests/trychange_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698