Chromium Code Reviews| Index: tests/gcl_unittest.py |
| diff --git a/tests/gcl_unittest.py b/tests/gcl_unittest.py |
| index a2fde152c442f3108157f79f7d41bd8ff9a815bc..c1ce60ecbcd07d30f3f95bedf62f616bf7535abf 100755 |
| --- a/tests/gcl_unittest.py |
| +++ b/tests/gcl_unittest.py |
| @@ -12,7 +12,7 @@ import sys |
| sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) |
| -from super_mox import mox, SuperMoxTestBase |
| +from depot_tools_testing_lib.super_mox import mox, SuperMoxTestBase |
| import gcl |
| import presubmit_support |