diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-28 18:33:33 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-28 18:33:33 -0700 |
commit | 4f685791c19c01bee21346333c6d78ca92ec2797 (patch) | |
tree | f579c5db71bb7893657ad37d6711fc8590a6dc48 /preprocessor.py | |
parent | 52c3daca54e33b0730e6743146567b1c7f31d6bc (diff) | |
parent | 3fb03e9981c3e91042c309002d5506bb9277e2f5 (diff) |
Merge pull request #171 from kanzure/remove-imports-from-preprocessor
Two more unused imports from preprocessor
Diffstat (limited to 'preprocessor.py')
-rw-r--r-- | preprocessor.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/preprocessor.py b/preprocessor.py index 54000a7a6..e529fe043 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -10,8 +10,6 @@ from extras.pokemontools.crystal import ( Signpost, PeopleEvent, DataByteWordMacro, - PointerLabelBeforeBank, - PointerLabelAfterBank, ItemFragment, text_command_classes, movement_command_classes, |