Moved Interaction related classes from hooke.command -> hooke.interaction.
authorW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 17:36:27 +0000 (13:36 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 17:36:27 +0000 (13:36 -0400)
commit897394fc3e0df066b0ef6d1e934ae2a851296927
treef02a5a5b3b877fb29f35ff78dc0045e588738a3b
parentf0288ee2a5623f462418dac238d796994da0b147
Moved Interaction related classes from hooke.command -> hooke.interaction.

Breaking them out makes hooke.command clearer for new readers.

Also moved remaining libhooke functionality ->
hooke.ui.gui.point_request, although it will need reworking (like the
rest of the stuff in hooke.ui.gui) once I finish the architecture
transition.
hooke/command.py
hooke/interaction.py [new file with mode: 0644]
hooke/ui/gui/point_request.py [moved from hooke/libhooke.py with 50% similarity]