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)
commit60a124c09175334e0ba7b39c8067f8088f1c6208
treef02a5a5b3b877fb29f35ff78dc0045e588738a3b
parentf7c5fd19460cfac24a021f526233db184494f87a
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]