diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-07-30 21:12:49 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-07-30 21:17:04 +0200 |
commit | 75816150ec3f95a3d0f60f3b70d281e5d83c584c (patch) | |
tree | 8dabe0e4744aafca213d23a86bf444abfd9106f9 | |
parent | 4681392bace0f72bdbff21c2bb805e04e010e43f (diff) | |
download | minetest-75816150ec3f95a3d0f60f3b70d281e5d83c584c.tar.gz minetest-75816150ec3f95a3d0f60f3b70d281e5d83c584c.tar.bz2 minetest-75816150ec3f95a3d0f60f3b70d281e5d83c584c.zip |
* honor environment variables, use utf-8
-rwxr-xr-x | util/minetestmapper.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |