| Index: Tools/Scripts/webkitpy/style/checkers/text_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/style/checkers/text_unittest.py b/Tools/Scripts/webkitpy/style/checkers/text_unittest.py
|
| index 01e373abc47ebcc5001f81b5eb189b20486c9156..14d565a25d9dd1de20f44c37268404f81d38c3f1 100644
|
| --- a/Tools/Scripts/webkitpy/style/checkers/text_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/style/checkers/text_unittest.py
|
| @@ -28,7 +28,7 @@
|
|
|
| """Unit test for text_style.py."""
|
|
|
| -import unittest2 as unittest
|
| +from webkitpy.thirdparty import unittest2 as unittest
|
|
|
| import text as text_style
|
| from text import TextChecker
|
|
|