From 75816150ec3f95a3d0f60f3b70d281e5d83c584c Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Sat, 30 Jul 2011 21:12:49 +0200 Subject: * honor environment variables, use utf-8 --- util/minetestmapper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/minetestmapper.py') diff --git a/util/minetestmapper.py b/util/minetestmapper.py index 5b175512c..cf2a5776d 100755 --- a/util/minetestmapper.py +++ b/util/minetestmapper.py @@ -1,5 +1,5 @@ -#!/usr/bin/python2 -# -*- coding: windows-1252 -*- +#!/usr/bin/env python +# -*- coding: utf-8 -*- # This program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -- cgit v1.2.3