saner import syntax in preprocessor

This commit is contained in:
Bryan Bishop 2013-01-10 15:07:36 -06:00
parent a8811247b0
commit 3f95529102
1 changed files with 16 additions and 14 deletions

View File

@ -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 + \
[