python3 shebang lines
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
"""Convert gibberish back into Cyrillic"""
|
"""Convert gibberish back into Cyrillic"""
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
Very basic player.dat inspection script
|
Very basic player.dat inspection script
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user