Coding style.

This commit is contained in:
Andrew Hamilton 2016-11-19 15:52:48 +01:00
parent 0f85dbbbbd
commit e31f36a8b5

View file

@ -1,10 +1,13 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Copyright (C) 2016 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import tools import tools
BODY = """\ print("""\
# Vigil Code Monitor # Vigil Code Monitor
### Summary ### Summary
@ -30,10 +33,7 @@ e.g. After cloning do:
# git checkout ubuntu-15.10 # git checkout ubuntu-15.10
### Tools""" ### Tools""")
print(BODY)
for extensions, tools_ in tools.TOOLS_FOR_EXTENSIONS: for extensions, tools_ in tools.TOOLS_FOR_EXTENSIONS:
print() print()
print("#### " + " ".join(extensions)) print("#### " + " ".join(extensions))