Move LocalHelpCommand and LocalExitCommand from ui.commandline to plugin.engine.
authorW. Trevor King <wking@drexel.edu>
Thu, 12 Aug 2010 17:10:37 +0000 (13:10 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 12 Aug 2010 17:10:37 +0000 (13:10 -0400)
commit2080ad015e7239890d4bd77239016910299c2687
treee9068444f9889712865a757bad212ee80f9f10e4
parentb6246a92e1b8bbbd4a4b2c064ce4321f8e81e15e
Move LocalHelpCommand and LocalExitCommand from ui.commandline to plugin.engine.

It's not a good idea to have UI-specific commands that get sent down
to the CommandEngine.
hooke/plugin/__init__.py
hooke/plugin/engine.py [new file with mode: 0644]
hooke/ui/commandline.py