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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.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/test_expectations.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
index c8b8051502f5cae196f511e2479fd309463dbe9b..6ca9699dae977ed07c5771531734e645489b60e9 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
@@ -30,9 +30,9 @@
import logging
-from common import TabChecker
from webkitpy.common.host import Host
from webkitpy.layout_tests.models.test_expectations import TestExpectationParser
+from webkitpy.style.checkers.common import TabChecker
class TestExpectationsChecker(object):

Powered by Google App Engine
This is Rietveld 408576698