Move genMD.py to tools directory
This commit is contained in:
parent
eb0bfded8b
commit
290c454570
1 changed files with 0 additions and 0 deletions
|
|
@ -1,8 +0,0 @@
|
|||
import os
|
||||
|
||||
with open('README.md', 'w') as mkdn:
|
||||
mkdn.write("Screenshots\n===\n")
|
||||
for f in [f for f in os.listdir('.') if os.path.isfile(f)]:
|
||||
mkdn.write("`%s`\n\n" % f)
|
||||
mkdn.write("\n\n" % f)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue