Change CommandMessage.command from Command instance to command's name.
authorW. Trevor King <wking@drexel.edu>
Thu, 12 Aug 2010 15:33:41 +0000 (11:33 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 12 Aug 2010 15:33:41 +0000 (11:33 -0400)
commite8a7630e498137249d3ff9a2a47df4452070da97
tree5fc8bd996d181fb0a554fe264019fc06a6c3a702
parent8fd6046cf6e14aef820e949a1c485e2a4957db10
Change CommandMessage.command from Command instance to command's name.

No sense in building up large numbers of Command copies if you're
passing CommandMessages through a multiprocess.Queue and storing them
in CommandStacks.
hooke/command_stack.py
hooke/engine.py
hooke/hooke.py
hooke/ui/__init__.py
hooke/ui/commandline.py
hooke/ui/gui/__init__.py