update lint

This commit is contained in:
Rohit Tanwar
2018-01-16 18:35:58 +05:30
parent 01077dcf5c
commit 81a5dc868c
10 changed files with 32 additions and 24 deletions

View File

@ -1,6 +1,5 @@
import os
files = os.listdir('snippets')
print(os.listdir())
start = open("static-parts/readme-start.md").read() + '\n\n'
end = open("static-parts/readme-end.md").read()
toAppend = ''