Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/text.py

Issue 2715553002: Change all relative imports in webkitpy to absolute imports. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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):

Powered by Google App Engine
This is Rietveld 408576698