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 c30a442baca07ba955c47f576c1a74f8fc6604a8..d4c1aaa4eb9c035e60412b91eaa0579f73cf864a 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 webkitpy.thirdparty.unittest2 as unittest |
+import unittest |
import text as text_style |
from text import TextChecker |