Merge pull request #730 from donfranio/fix-for-missing-python2

update python name in shebang to respect PEP-0394
This commit is contained in:
tobi-wan-kenobi 2020-10-26 09:03:51 +01:00 committed by GitHub
commit c5f13746b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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