diff options
author | yenatch <yenatch@gmail.com> | 2016-04-10 19:23:29 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-04-10 19:23:29 -0400 |
commit | 2ae1ae2f19c842da965cd3db1b0da8bf108ac235 (patch) | |
tree | 297b734bc1453b9660d72b934299335290b23134 /pokemontools/dump_gfx.py | |
parent | 050b05e5cec12d76b722c6a0fc84d80abd8dec5e (diff) |
Forgot to move a related import in 050b05e5.
Diffstat (limited to 'pokemontools/dump_gfx.py')
-rw-r--r-- | pokemontools/dump_gfx.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pokemontools/dump_gfx.py b/pokemontools/dump_gfx.py index 88f1510..cddb0b6 100644 --- a/pokemontools/dump_gfx.py +++ b/pokemontools/dump_gfx.py @@ -1,5 +1,3 @@ -import operator - from gfx import * from pokemon_constants import pokemon_constants import trainers |