Specify python3 in shebang lines
This commit is contained in:
parent
9ecb7c3b3b
commit
759f1e1457
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
#coding:utf8
|
||||
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python3
|
||||
#coding:utf8
|
||||
|
||||
import sys
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user