ref: 3f9552910236021499a60c622b708ffb2ca1c43b
parent: a8811247b0b41eafdbb41238eadb54156245029c
author: Bryan Bishop <[email protected]>
date: Thu Jan 10 10:07:36 EST 2013
saner import syntax in preprocessor
--- a/preprocessor.py
+++ b/preprocessor.py
@@ -3,20 +3,22 @@
import sys
-from extras.crystal import command_classes, \
- Warp, \
- XYTrigger, \
- Signpost, \
- PeopleEvent, \
- DataByteWordMacro, \
- PointerLabelBeforeBank, \
- PointerLabelAfterBank, \
- MoneyByteParam, \
- ItemFragment, \
- TextEndingCommand, \
- text_command_classes, \
- movement_command_classes, \
- music_classes
+from extras.crystal import (
+ command_classes,
+ Warp,
+ XYTrigger,
+ Signpost,
+ PeopleEvent,
+ DataByteWordMacro,
+ PointerLabelBeforeBank,
+ PointerLabelAfterBank,
+ MoneyByteParam,
+ ItemFragment,
+ TextEndingCommand,
+ text_command_classes,
+ movement_command_classes,
+ music_classes
+)
macros = command_classes + \
[