0

Change shebang to python2 instead of python

This commit is contained in:
Nicolas F
2016-12-06 15:01:20 +01:00
parent 79343bcfba
commit c7d86eca76
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# This file is part of the Minecraft Overviewer.
#

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/env python2
'''
genPOI.py

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import sys
import traceback