Index: tests/scm_unittest.py |
diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py |
index 2349beb2a0483b62d398499428f48cfe4e67b941..c5c3fc84d046a244564c611f8fb4216c1fefefa5 100755 |
--- a/tests/scm_unittest.py |
+++ b/tests/scm_unittest.py |
@@ -13,9 +13,9 @@ import unittest |
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) |
-from super_mox import SuperMoxTestBase |
+from depot_tools_testing_lib import fake_repos |
+from depot_tools_testing_lib.super_mox import SuperMoxTestBase |
-import fake_repos |
import scm |
import subprocess2 |