diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-04-18 20:55:16 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-04-18 20:55:16 -0500 |
commit | b7295080d5713e589da7fbd1b1465870c83e889e (patch) | |
tree | f91d72903323eee68731bb1bf5bee333be4d3f15 /extras/old_parse_scripts.py | |
parent | 1877c7573e9085787d4459e972c8298883af7a97 (diff) |
add encoding to old_parse_scripts.py
Diffstat (limited to 'extras/old_parse_scripts.py')
-rw-r--r-- | extras/old_parse_scripts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/old_parse_scripts.py b/extras/old_parse_scripts.py index eee653efd..8ed10ef41 100644 --- a/extras/old_parse_scripts.py +++ b/extras/old_parse_scripts.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ This is in a separate file because it screws up highlighting. Doesn't do anything on its own. |