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

Unified Diff: git_cl.py

Issue 6792060: Make more tests pass on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 9 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
« no previous file with comments | « PRESUBMIT.py ('k') | scm.py » ('j') | scm.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index d24bf7348cca9c05a6da70b03ba7e629b3825d69..f9a008c889b1eb7f0d6ae9afedd51d034e5d5f0a 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -20,7 +20,7 @@ import urlparse
import urllib2
try:
- import readline # pylint: disable=W0611
+ import readline # pylint: disable=F0401,W0611
except ImportError:
pass
« no previous file with comments | « PRESUBMIT.py ('k') | scm.py » ('j') | scm.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698