| Index: tests/gclient_utils_test.py
|
| diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
|
| index caf04b64f2893a6eabc2d4cea1a91dbaf0f7faf3..023f7e979862355498cb9ba0b554067615b4d767 100755
|
| --- a/tests/gclient_utils_test.py
|
| +++ b/tests/gclient_utils_test.py
|
| @@ -9,8 +9,8 @@ import sys
|
|
|
| sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
|
|
| -from super_mox import SuperMoxTestBase
|
| -import trial_dir
|
| +from testing_support.super_mox import SuperMoxTestBase
|
| +from testing_support import trial_dir
|
|
|
| import gclient_utils
|
| import subprocess2
|
|
|