update python name in shebang to respect PEP-0394

This commit is contained in:
Frank Scherrer 2020-10-26 08:28:55 +01:00
parent 905f71fa52
commit 5e96b63c60
No known key found for this signature in database
GPG key ID: 146CAA1562F68EA3

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
import os import os
import sys import sys