Command line UI now handles EOF during request/response interactions.
[hooke.git] / hooke / plugin / engine.py
index 6564549ae3f6415de305819ddabb7b2358c331f9..e4176d185e6140a5d6a65f8ee4fd37fd8001a25e 100644 (file)
@@ -22,7 +22,7 @@ associated :class:`hooke.command.Command`\s for basic
 interaction.
 """
 
-from ..command import CommandExit, Exit, Command, Argument
+from ..command import Exit, Command, Argument
 from ..interaction import BooleanRequest
 from . import Builtin