diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-28 20:31:17 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-28 20:31:17 -0500 |
commit | 3fb03e9981c3e91042c309002d5506bb9277e2f5 (patch) | |
tree | f579c5db71bb7893657ad37d6711fc8590a6dc48 | |
parent | 52c3daca54e33b0730e6743146567b1c7f31d6bc (diff) |
two more unused imports from preprocessor
-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, |