Skip to content
Snippets Groups Projects
Commit cd1c084f authored by nimrod's avatar nimrod
Browse files

Merge branch 'master' into feature/travisci

parents 6cb9adfd db5a9ead
Branches
No related tags found
No related merge requests found
...@@ -36,5 +36,6 @@ def main(): ...@@ -36,5 +36,6 @@ def main():
outfd = args.output if args.output else stdout outfd = args.output if args.output else stdout
print(render(infd.read()), file=outfd) print(render(infd.read()), file=outfd)
if __name__ == '__main__': if __name__ == '__main__':
main() main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment