Specify python3 in shebang lines

This commit is contained in:
Etoh 2018-07-20 18:21:52 +01:00
parent 9ecb7c3b3b
commit 759f1e1457
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
#coding:utf8 #coding:utf8

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python3
#coding:utf8 #coding:utf8
import sys import sys