From: Nils Dagsson Moskopp Date: Sat, 30 Jul 2011 19:12:49 +0000 (+0200) Subject: * honor environment variables, use utf-8 X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=75816150ec3f95a3d0f60f3b70d281e5d83c584c;p=zefram%2Fminetest%2Fminetest_engine.git * honor environment variables, use utf-8 --- diff --git a/util/minetestmapper.py b/util/minetestmapper.py index 5b175512..cf2a5776 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