Chromium Code Reviews| Index: tests/breakpad_unittest.py |
| diff --git a/tests/breakpad_unittest.py b/tests/breakpad_unittest.py |
| index 44a3ba844a82619011fa3abcb0f9fec5d7ee0dd8..4d59c0b854eaa5d97dca0c6e653c2d44e78f0c4b 100755 |
| --- a/tests/breakpad_unittest.py |
| +++ b/tests/breakpad_unittest.py |
| @@ -10,7 +10,7 @@ import sys |
| sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) |
| -from super_mox import SuperMoxTestBase |
| +from testing_support.super_mox import SuperMoxTestBase |
| import breakpad |