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

Unified Diff: gcl.py

Issue 4360002: Largely reduce the number of pylint warnings and fix one typo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: address comments Created 10 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 | « drover.py ('k') | gclient.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcl.py
diff --git a/gcl.py b/gcl.py
index 39f3bec1d4f8f06f2b5c069a6c0cb268eff10413..49e4e70f67cc3757f2d2b22769b62b3b8b3f8574 100755
--- a/gcl.py
+++ b/gcl.py
@@ -35,7 +35,7 @@ except ImportError:
sys.path.append(os.path.join(os.path.dirname(__file__), 'third_party'))
import simplejson as json
-import breakpad
+import breakpad # pylint: disable=W0611
# gcl now depends on gclient.
from scm import SVN
« no previous file with comments | « drover.py ('k') | gclient.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698