1
0
forked from Mirror/wren

Changed shebang to python3

This commit is contained in:
Lukas Joeressen
2018-05-16 23:10:44 +02:00
parent abd1cf37c4
commit c40bb93d60

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
from os.path import basename, dirname, join, realpath, isfile