From 4e1e9ed229554e9c27c4a2fa6dfaa42b4eb518c0 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 27 Jan 2013 16:42:20 -0600 Subject: include character encoding header in romstr.py --- extras/romstr.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extras/romstr.py') diff --git a/extras/romstr.py b/extras/romstr.py index 2c0d5c139..e9fbab180 100644 --- a/extras/romstr.py +++ b/extras/romstr.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + import sys import os import time -- cgit v1.2.3