Add encoding definition to Texture Converter

This commit is contained in:
Wuzzy 2018-06-05 01:58:40 +02:00
parent 1752e29f2d
commit 58df62ec8c
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Texture Converter.
# Converts Minecraft resource packs to Minetest texture packs.
# See README.md.