Change shebang to python2 instead of python
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
|
|
||||||
# This file is part of the Minecraft Overviewer.
|
# This file is part of the Minecraft Overviewer.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/env python2
|
||||||
|
|
||||||
'''
|
'''
|
||||||
genPOI.py
|
genPOI.py
|
||||||
|
|||||||
Reference in New Issue
Block a user