From a76acbadd2571c0d73b0797b2b68e205ab882b64 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 3 Aug 2013 16:12:54 -0500 Subject: fix import lines in tests/ --- tests/test_dump_sections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_dump_sections.py') diff --git a/tests/test_dump_sections.py b/tests/test_dump_sections.py index b73b86f..e32e60d 100644 --- a/tests/test_dump_sections.py +++ b/tests/test_dump_sections.py @@ -10,7 +10,7 @@ if not hasattr(unittest.TestCase, 'setUpClass'): sys.stderr.write("The unittest2 module or Python 2.7 is required to run this script.") sys.exit(1) -from dump_sections import ( +from pokemontools.dump_sections import ( upper_hex, format_bank_number, calculate_bank_quantity, -- cgit v1.2.3