Index: tests/scm_unittest.py |
diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py |
index 2349beb2a0483b62d398499428f48cfe4e67b941..78d5d4dc9973f833f6d1d0c355503c7cab0d5fe1 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 testing_support import fake_repos |
+from testing_support.super_mox import SuperMoxTestBase |
-import fake_repos |
import scm |
import subprocess2 |