diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 16:42:20 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 16:42:23 -0600 |
commit | 4e1e9ed229554e9c27c4a2fa6dfaa42b4eb518c0 (patch) | |
tree | f7360a6e48b7561f0c1c2780012b7c8318cbe98e /extras/romstr.py | |
parent | 8f4b5dae2a36bfb98f04e941252462b69b8cf953 (diff) |
include character encoding header in romstr.py
Diffstat (limited to 'extras/romstr.py')
-rw-r--r-- | extras/romstr.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |