Skip to content

Commit

Permalink
Change shebang to python2 instead of python
Browse files Browse the repository at this point in the history
  • Loading branch information
CounterPillow committed Dec 6, 2016
1 parent 79343bc commit c7d86ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion overviewer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2

# This file is part of the Minecraft Overviewer.
#
Expand Down
2 changes: 1 addition & 1 deletion overviewer_core/aux_files/genPOI.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/env python2

'''
genPOI.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2

import sys
import traceback
Expand Down

0 comments on commit c7d86ec

Please sign in to comment.