Moved QueueMessage and subclasses from hooke.ui to the more central hooke.engine.
[hooke.git] / hooke / ui / gui / panel / commands.py
index 5d27cc0e4bdaeede7ccc743ef937c42c1a3755da..3eefc0759f91cbc04397a25a34d9697185ffe44c 100644 (file)
@@ -3,9 +3,9 @@
 """Commands and settings panel for Hooke.
 
 This panel handles command generation of
-:class:`hooke.ui.CommandMessage`\s for all of the commands that don't
-have panels of their own.  Actually it can generate
-:class:`hooke.ui.CommandMessage`\s for those as well, but the
+:class:`hooke.engine.CommandMessage`\s for all of the commands that
+don't have panels of their own.  Actually it can generate
+:class:`hooke.engine.CommandMessage`\s for those as well, but the
 command-specific panel will probably have a nicer interface.
 
 # TODO: command arguments.