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

Unified Diff: git_cl.py

Issue 6771041: make git_cl lint cleanly on mac. I look forward to the day when json can (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 | « no previous file | no next file » | no next file with comments »
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 e4d21453fc67acfffc4fb497c238dcd5a4ca90bb..e6d45fc39b31fa0766e996ce0f2ffb8687b3b8c7 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -27,7 +27,7 @@ except ImportError:
except ImportError:
# Fall back to the packaged version.
sys.path.append(os.path.join(os.path.dirname(__file__), 'third_party'))
- import simplejson as json
+ import simplejson as json # pylint: disable=F0401
from third_party import upload
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698