From 7b8e7ba16aa3cfd4a4c6682ed6dc5783164e07ca Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 1 Sep 2013 14:42:02 -0500 Subject: move imports together --- pokemontools/crystal.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index ec911f9..35ddcb1 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -21,8 +21,6 @@ import string if not hasattr(json, "dumps"): json.dumps = json.write -import labels - spacing = "\t" lousy_dragon_shrine_hack = [0x18d079, 0x18d0a9, 0x18d061, 0x18d091] @@ -65,6 +63,7 @@ import re from interval_map import IntervalMap +import labels import pksv # ---- script_parse_table explanation ---- -- cgit v1.2.3