diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 16:30:27 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 16:30:27 -0600 |
commit | 13f0b0df1147be2bc03a0142cb6d9c5420c86af9 (patch) | |
tree | efca349aa128fc8fde51c1f531dc285c6eb8bd30 | |
parent | 1024ac17f80b556bd7cbc30d8056b727b3ec883d (diff) |
fix pksv imports in tests
original-commit-id: 564a1b5874dfb7bae6454ad0b78d11cd1454aaab
-rw-r--r-- | tests.py | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -23,6 +23,11 @@ from pointers import ( calculate_pointer, ) +from pksv import ( + pksv_gs, + pksv_crystal, +) + from crystal import ( rom, load_rom, @@ -50,7 +55,6 @@ from crystal import ( process_00_subcommands, parse_all_map_headers, translate_command_byte, - pksv_gs, map_name_cleaner, load_map_group_offsets, load_asm, @@ -64,7 +68,6 @@ from crystal import ( get_map_constant_label_by_id, get_id_for_map_constant_label, AsmList, - pksv_crystal, calculate_pointer_from_bytes_at, isolate_incbins, remove_quoted_text, |