summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-11-09 15:21:59 -0600
committerBryan Bishop <kanzure@gmail.com>2013-11-09 15:21:59 -0600
commit8f0b06f22ec09ad7c7ffbd73e7ae54eb2bb2c03d (patch)
tree4613e29f5eb1c932f5fb079b4a6239e9a77085b6
parentefd71a5cd311a7ad7e7d4aaa4f24eead65cce040 (diff)
fix an import in tests.py
-rw-r--r--tests/tests.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 7919a66..4398f03 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -38,6 +38,10 @@ from pokemontools.labels import (
find_labels_without_addresses,
)
+from pokemontools.crystalparts.old_parsers import (
+ old_parse_map_header_at,
+)
+
from pokemontools.helpers import (
grouper,
index,
@@ -66,7 +70,6 @@ from pokemontools.crystal import (
all_labels,
write_all_labels,
parse_map_header_at,
- old_parse_map_header_at,
process_00_subcommands,
parse_all_map_headers,
translate_command_byte,