diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 19:34:50 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 19:34:50 -0700 |
commit | 2e6d805aea27741bc0e6097bd52c6f2b6d176b74 (patch) | |
tree | bb91bace929310f2787b80424fdada70bba94e81 /tests/tests.py | |
parent | 7aa016fb528bcc8dcb30c6a887957851623eccc0 (diff) | |
parent | 52d4978974263f4f19985632442291c2d30c4b67 (diff) |
Merge pull request #7 from kanzure/september-cleanup
python cleanup
Diffstat (limited to 'tests/tests.py')
-rw-r--r-- | tests/tests.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/tests.py b/tests/tests.py index 3b77d41..c6c1265 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -37,6 +37,11 @@ from pokemontools.labels import ( get_label_from_line, ) +from pokemontools.helpers import ( + grouper, + index, +) + from pokemontools.crystal import ( rom, load_rom, @@ -69,9 +74,7 @@ from pokemontools.crystal import ( load_asm, asm, is_valid_address, - index, how_many_until, - grouper, get_pokemon_constant_by_id, generate_map_constant_labels, get_map_constant_label_by_id, |