Chromium Code Reviews

Side by Side Diff: third_party/pylint/__main__.py

Issue 707353002: pylint: upgrade to 1.3.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools/
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 #!/usr/bin/env python
2 import pylint
3 pylint.run_pylint()
OLDNEW

Powered by Google App Engine