| Index: tests/presubmit_unittest.py
|
| diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py
|
| index 57660bb7d7078e0b688b17206fbc3d62d7ba1e36..83bbb6f2a3c483b6dcb3cc9a8d772750a2c41809 100755
|
| --- a/tests/presubmit_unittest.py
|
| +++ b/tests/presubmit_unittest.py
|
| @@ -15,7 +15,7 @@ import time
|
|
|
| sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
|
|
| -from super_mox import mox, SuperMoxTestBase
|
| +from testing_support.super_mox import mox, SuperMoxTestBase
|
|
|
| import owners
|
| import presubmit_support as presubmit
|
|
|