Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: ensure_dependencies.py

Issue 29569561: Noissue - Replace flake8-putty with flake8-per-file-ignores, update to flake8 3 (buildtools) (Closed)
Patch Set: Created Oct. 8, 2017, 5:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build.py ('k') | tox.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ensure_dependencies.py
===================================================================
--- a/ensure_dependencies.py
+++ b/ensure_dependencies.py
@@ -136,6 +136,7 @@
return 'ssh://' + url.replace(':', '/', 1)
return url
+
repo_types = OrderedDict((
('hg', Mercurial()),
('git', Git()),
@@ -406,6 +407,7 @@
for l in file_content:
print >>f, l
+
if __name__ == '__main__':
logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.INFO)
« no previous file with comments | « build.py ('k') | tox.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld