projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b43edad
)
Fix hooke.ui.commandline imports following hooke.interaction creation.
author
W. Trevor King
<wking@drexel.edu>
Wed, 12 May 2010 17:51:17 +0000
(13:51 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 12 May 2010 17:51:17 +0000
(13:51 -0400)
hooke/ui/commandline.py
patch
|
blob
|
history
diff --git
a/hooke/ui/commandline.py
b/hooke/ui/commandline.py
index c6520bd244ba15d237fcab7697c15128264d8410..95b4bb419852a55528837044f6e76a47411666c7 100644
(file)
--- a/
hooke/ui/commandline.py
+++ b/
hooke/ui/commandline.py
@@
-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