0

python3 shebang lines

This commit is contained in:
Ben Steadman
2019-03-27 20:04:50 +00:00
parent cf695ed9de
commit 36f55ea7b4
4 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
"""Update the contributor list """Update the contributor list
Alias handling is done by git with .mailmap Alias handling is done by git with .mailmap

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
"""Convert gibberish back into Cyrillic""" """Convert gibberish back into Cyrillic"""

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
""" """
Outputs a huge image with all currently-supported block textures. Outputs a huge image with all currently-supported block textures.
""" """

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
""" """
Very basic player.dat inspection script Very basic player.dat inspection script
""" """