Consolidate UI command submission to hooke.ui.UserInterface._submit_command().
authorW. Trevor King <wking@drexel.edu>
Fri, 13 Aug 2010 14:56:11 +0000 (10:56 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 13 Aug 2010 14:56:11 +0000 (10:56 -0400)
commitd5042c5071f131d53ad90e5c32318f2fe6af47c1
tree39f29417986f639f20cb62ff47097df4260d813c
parent40a2a345c07bf63336829a52fdbdcfb7a8bd99a5
Consolidate UI command submission to hooke.ui.UserInterface._submit_command().

Currently this just ensures standardized logging, but eventually it
will allow us to easily record command histories in a UI-agnostic way.
hooke/ui/__init__.py
hooke/ui/commandline.py
hooke/ui/gui/__init__.py