Fix Command._run signatures in hooke.command and hooke.ui.commandline.
authorW. Trevor King <wking@drexel.edu>
Fri, 30 Jul 2010 13:41:35 +0000 (09:41 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 30 Jul 2010 13:41:35 +0000 (09:41 -0400)
commit7fbb29ab38dbebffb6b94d667233e255d097b882
tree48fffc8ff70af68d7e3c161ce214c9ad82c0f763
parentd864072b1b3076fc5c9478f629102e3168a3b928
Fix Command._run signatures in hooke.command and hooke.ui.commandline.

The commandline bits revert some changes from 6e29dc38540b where I'd
confused
  UserInterface.run(self, commands, ui_to_command_queue, command_to_ui_queue)
with
  Command._run(self, hooke, inqueue, outqueue, params)
hooke/command.py
hooke/ui/commandline.py