summaryrefslogtreecommitdiff
path: root/extras/tests.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-01-27 16:34:21 -0600
committerBryan Bishop <kanzure@gmail.com>2013-01-27 16:34:21 -0600
commitbc167bedb73052c37c37f5158ae30cfdff88e581 (patch)
treed828fa2da04ed8b72079393b4c7c7a0d0906f841 /extras/tests.py
parent44db66e13e55d01adac349a48e26384318f24c56 (diff)
fix label imports in tests
Diffstat (limited to 'extras/tests.py')
-rw-r--r--extras/tests.py11
1 files changed, 7 insertions, 4 deletions
diff --git a/extras/tests.py b/extras/tests.py
index 0d61ed6db..8103e5c9a 100644
--- a/extras/tests.py
+++ b/extras/tests.py
@@ -32,6 +32,13 @@ from pksv import (
pksv_crystal,
)
+from labels import (
+ remove_quoted_text,
+ line_has_comment_address,
+ line_has_label,
+ get_label_from_line,
+)
+
from crystal import (
rom,
load_rom,
@@ -73,12 +80,8 @@ from crystal import (
get_id_for_map_constant_label,
calculate_pointer_from_bytes_at,
isolate_incbins,
- remove_quoted_text,
process_incbins,
- line_has_label,
- line_has_comment_address,
get_labels_between,
- get_label_from_line,
generate_diff_insert,
find_labels_without_addresses,
rom_text_at,