summaryrefslogtreecommitdiff
path: root/tests/integration/tests.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-11-09 15:16:48 -0600
committerBryan Bishop <kanzure@gmail.com>2013-11-09 15:16:48 -0600
commit8c7e2bcae7d07e28ee229ae958d94ec3809dc763 (patch)
tree1d710e4654c3ac8420f7d5ee3bdd65b390975e25 /tests/integration/tests.py
parentcc403392982cfef8ccc9ed2b54ecda5934873a4f (diff)
parent1d2239e091e9cbf9026ec5afe7e86b718b9b8f38 (diff)
Merge branch 'master' into vba-automation
Diffstat (limited to 'tests/integration/tests.py')
-rw-r--r--tests/integration/tests.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/integration/tests.py b/tests/integration/tests.py
index 40933e5..4f96699 100644
--- a/tests/integration/tests.py
+++ b/tests/integration/tests.py
@@ -42,6 +42,10 @@ from pokemontools.helpers import (
index,
)
+from pokemontools.crystalparts.old_parsers import (
+ old_parse_map_header_at,
+)
+
from pokemontools.crystal import (
rom,
load_rom,
@@ -65,7 +69,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,