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)
commit33d595c6e35bb6c270de078fb7224269715accbe
tree48fffc8ff70af68d7e3c161ce214c9ad82c0f763
parentda8d3c9bdd1f973315b658dca9ab1f9695a6fe85
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