change sfx shebang to python3

This commit is contained in:
ed 2021-09-16 00:26:52 +02:00
parent 2ad12b074b
commit bf18339404

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# coding: latin-1 # coding: latin-1
from __future__ import print_function, unicode_literals from __future__ import print_function, unicode_literals