diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 17:07:17 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 17:07:32 -0600 |
commit | 40f232cea0fd8c5a46e978d7636b837981b41cf9 (patch) | |
tree | 5bed6af2e416855d66fab7fdc049b774aef46e29 /pokemon_constants.py | |
parent | 22430c531e1ddcaab340a84f49c3b417df8f4f12 (diff) |
add character encoding headers to other files
original-commit-id: 3b7089411bda77af8e0b0080a20c934e579ff1f8
Diffstat (limited to 'pokemon_constants.py')
-rw-r--r-- | pokemon_constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pokemon_constants.py b/pokemon_constants.py index 33b6a0e..221a31c 100644 --- a/pokemon_constants.py +++ b/pokemon_constants.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + pokemon_constants = { 1: "BULBASAUR", 2: "IVYSAUR", |