diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-09 15:10:06 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-09 15:10:06 -0600 |
commit | cddfe3804dcf7ef0f2a39e6d9af84f98b10355ef (patch) | |
tree | 93617afca7fe8faf9e1ab8487288471b2b91a2fb /pokemontools/crystalparts/old_parsers.py | |
parent | 1089cf99d09ffe057660d8022fe8f82da1463a38 (diff) |
fix a few imports for testing an old func
Diffstat (limited to 'pokemontools/crystalparts/old_parsers.py')
-rw-r--r-- | pokemontools/crystalparts/old_parsers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/crystalparts/old_parsers.py b/pokemontools/crystalparts/old_parsers.py index e07082d..2c1d2b2 100644 --- a/pokemontools/crystalparts/old_parsers.py +++ b/pokemontools/crystalparts/old_parsers.py @@ -2,7 +2,7 @@ Some old methods rescued from crystal.py """ -import pointers +import pokemontools.pointers as pointers map_header_byte_size = 9 |