| Index: tests/gclient_scm_test.py
|
| diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py
|
| index 4c57c3d01437a1ca1f564d3fa49c8945a3e65820..a44754f1d0594769d1d0085b96204131a742b554 100755
|
| --- a/tests/gclient_scm_test.py
|
| +++ b/tests/gclient_scm_test.py
|
| @@ -21,8 +21,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 testing_support.super_mox import mox, StdoutCheck, SuperMoxTestBase
|
| +from testing_support.super_mox import TestCaseUtils
|
|
|
| import gclient_scm
|
| import subprocess2
|
|
|