forked from premiere/premiere-libtorrent
fix python style
This commit is contained in:
parent
6c6dfb3de5
commit
32ec937f1e
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue