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

Unified Diff: third_party/pylint.py

Issue 719313003: Revert "pylint: upgrade to 1.3.1" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « third_party/logilab/common/visitor.py ('k') | third_party/pylint/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pylint.py
diff --git a/third_party/pylint.py b/third_party/pylint.py
index bf1860bb30239072223438428e8fbc0ceec3a149..4aca4b6d9abd73f7a8bc8f991c245dc73baf7252 100755
--- a/third_party/pylint.py
+++ b/third_party/pylint.py
@@ -16,13 +16,7 @@ http://www.logilab.fr/ -- mailto:contact@logilab.fr
Copyright (c) 2012 The Chromium Authors. All rights reserved.
"""
-import os
import sys
-
-# Add local modules to the search path.
-sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(
- __file__)), 'logilab'))
-
from pylint import lint
args = sys.argv[1:]
« no previous file with comments | « third_party/logilab/common/visitor.py ('k') | third_party/pylint/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698