Move everything except `GUI` from `hooke.ui.gui` to `hooke.ui.gui.interface`.
authorW. Trevor King <wking@drexel.edu>
Fri, 11 Nov 2011 15:23:21 +0000 (10:23 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 11 Nov 2011 15:23:21 +0000 (10:23 -0500)
commit7ca12f79a4a794b081d3b7b49aee62fbbd072f80
tree88f4142fa95433a4ea273deac99d519ba66ef690
parentd67b6ce9266f3dae6b902ae20894790427ad87fc
Move everything except `GUI` from `hooke.ui.gui` to `hooke.ui.gui.interface`.

This allows Hooke to be used in command line mode without requiring a
suitable wxPython installation.
hooke/ui/gui/__init__.py
hooke/ui/gui/interface.py [new file with mode: 0644]