fix python style

This commit is contained in:
arvidn 2018-07-21 19:24:52 +02:00 committed by Arvid Norberg
parent 6c6dfb3de5
commit 32ec937f1e
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ def v(version):
ret = ret + (chr(ord('A') + i - 10),)
return ret
revision = os.popen('git log -1 --format=format:%h').read().strip()