add character encoding header in gbz80disasm.py

This commit is contained in:
Bryan Bishop 2013-01-27 16:43:00 -06:00
parent 4e1e9ed229
commit 500d47f4cc

View File

@ -1,5 +1,5 @@
#author: Bryan Bishop <kanzure@gmail.com> # -*- coding: utf-8 -*-
#date: 2012-01-09
import os import os
import sys import sys
from copy import copy, deepcopy from copy import copy, deepcopy