scripts/qmp-shell: remove TODO
We still want to revamp qmp-shell again, but there's much more to the idea than the comment now intuits. Remove it. Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 20210607200649.1840382-34-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
be19c6a712
commit
74688377fe
@ -130,8 +130,6 @@ class FuzzyJSON(ast.NodeTransformer):
|
||||
return node
|
||||
|
||||
|
||||
# TODO: QMPShell's interface is a bit ugly (eg. _fill_completion() and
|
||||
# _execute_cmd()). Let's design a better one.
|
||||
class QMPShell(qmp.QEMUMonitorProtocol):
|
||||
def __init__(self, address: qmp.SocketAddrT,
|
||||
pretty: bool = False, verbose: bool = False):
|
||||
|
Loading…
Reference in New Issue
Block a user