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

Unified Diff: Tools/Scripts/webkitpy/style/checkers/python.py

Issue 18418010: Check in the thirdparty libs needed for webkitpy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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: Tools/Scripts/webkitpy/style/checkers/python.py
diff --git a/Tools/Scripts/webkitpy/style/checkers/python.py b/Tools/Scripts/webkitpy/style/checkers/python.py
index 9fc436f3d1c11d718e732e78b890d2c603ffaf5c..c8bfb44f2cb9e02586b938136e90a5838c11542b 100644
--- a/Tools/Scripts/webkitpy/style/checkers/python.py
+++ b/Tools/Scripts/webkitpy/style/checkers/python.py
@@ -27,9 +27,9 @@ from StringIO import StringIO
from webkitpy.common.system.filesystem import FileSystem
from webkitpy.common.webkit_finder import WebKitFinder
-from webkitpy.thirdparty.autoinstalled import pep8
-from webkitpy.thirdparty.autoinstalled.pylint import lint
-from webkitpy.thirdparty.autoinstalled.pylint.reporters.text import ParseableTextReporter
+from webkitpy.thirdparty import pep8
+from webkitpy.thirdparty.pylint import lint
+from webkitpy.thirdparty.pylint.reporters.text import ParseableTextReporter
class PythonChecker(object):
« no previous file with comments | « Tools/Scripts/webkitpy/style/checkers/png_unittest.py ('k') | Tools/Scripts/webkitpy/style/checkers/python_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698