python3 shebang lines

This commit is contained in:
Ben Steadman
2019-03-30 11:46:37 +00:00
parent cf695ed9de
commit 36f55ea7b4
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
"""Update the contributor list
Alias handling is done by git with .mailmap
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
"""Convert gibberish back into Cyrillic"""
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Outputs a huge image with all currently-supported block textures.
"""
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Very basic player.dat inspection script
"""