common: convert scripts to python

This commit is contained in:
Ciro Santilli
2018-08-23 09:25:21 +01:00
parent f8c0502bb2
commit 9b30ac217f
6 changed files with 226 additions and 235 deletions

4
.gitignore vendored
View File

@@ -11,3 +11,7 @@ gitignore*
/images-*.zip
/out
/out.*
# Python trash.
*.pyc
__pycache__