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 | c11e9643d7a70b049f2bfec009b74f3225a2396b (patch) | |
tree | 9d871b1dbfe30b158c6f44c8fd842ec1c3e817f5 /romstr.py | |
parent | a1d75be754f73b1701fc8bb9effb26555e4cf2ac (diff) |
include character encoding header in romstr.py
original-commit-id: 4e1e9ed229554e9c27c4a2fa6dfaa42b4eb518c0
Diffstat (limited to 'romstr.py')
-rw-r--r-- | romstr.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + import sys import os import time |