| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/text.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/text.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/text.py
|
| index c85d9e61540358162b1efb9269a12ffb26634b45..9526f12ffeb5ecfbd46dfea078606ec0ff435faf 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/text.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/text.py
|
| @@ -29,11 +29,10 @@
|
|
|
| """Checks WebKit style for text files."""
|
|
|
| -from common import TabChecker
|
| +from webkitpy.style.checkers.common import TabChecker
|
|
|
|
|
| class TextChecker(object):
|
| -
|
| """Processes text lines for checking style."""
|
|
|
| def __init__(self, file_path, handle_style_error):
|
|
|