From c7d86eca7670647529cd270a49e4af34717ffacb Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Tue, 6 Dec 2016 15:01:20 +0100 Subject: [PATCH] Change shebang to python2 instead of python --- overviewer.py | 2 +- overviewer_core/aux_files/genPOI.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/overviewer.py b/overviewer.py index 6a6622c..5cf28b2 100755 --- a/overviewer.py +++ b/overviewer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # This file is part of the Minecraft Overviewer. # diff --git a/overviewer_core/aux_files/genPOI.py b/overviewer_core/aux_files/genPOI.py index c209368..07b0e1c 100755 --- a/overviewer_core/aux_files/genPOI.py +++ b/overviewer_core/aux_files/genPOI.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python2 ''' genPOI.py diff --git a/setup.py b/setup.py index 1b4b30d..8fa64a7 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys import traceback