Fix hooke.ui.commandline imports following hooke.interaction creation.
authorW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 17:51:17 +0000 (13:51 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 17:51:17 +0000 (13:51 -0400)
hooke/ui/commandline.py

index c6520bd244ba15d237fcab7697c15128264d8410..95b4bb419852a55528837044f6e76a47411666c7 100644 (file)
@@ -7,8 +7,8 @@ import optparse
 import readline # including readline makes cmd.Cmd.cmdloop() smarter
 import shlex
 
-from ..command import CommandExit, Exit, Request, BooleanRequest, \
-    Command, Argument, StoreValue
+from ..command import CommandExit, Exit, Command, Argument, StoreValue
+from ..interaction import Request, BooleanRequest
 from ..ui import UserInterface, CommandMessage