Chromium Code Reviews| Index: tests/breakpad_unittest.py | 
| diff --git a/tests/breakpad_unittest.py b/tests/breakpad_unittest.py | 
| index a561b871a163f03ec8e1b15ecde40f4f28addb9e..44a3ba844a82619011fa3abcb0f9fec5d7ee0dd8 100755 | 
| --- a/tests/breakpad_unittest.py | 
| +++ b/tests/breakpad_unittest.py | 
| @@ -5,9 +5,11 @@ | 
| """Unit tests for breakpad.py.""" | 
| -# pylint: disable=W0403 | 
| +import os | 
| +import sys | 
| + | 
| +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) | 
| -# Fixes include path. | 
| from super_mox import SuperMoxTestBase | 
| import breakpad |