diff options
| author | Eduardo Habkost <ehabkost@redhat.com> | 2018-06-25 14:10:56 -0300 |
|---|---|---|
| committer | Eduardo Habkost <ehabkost@redhat.com> | 2018-06-25 14:10:56 -0300 |
| commit | 0b6e9aa89e02c8b213af019aad816e00ba8243f8 (patch) | |
| tree | 27eb6832830ebf44939c7b968df9044c6d4433ae /scripts/qmp/qmp-shell | |
| parent | 6b2942f966d5e54c37d305c80f5f98d504c2bc55 (diff) | |
| parent | 35e238c9330669882487f9929e0aa97900431853 (diff) | |
| download | focaccia-qemu-0b6e9aa89e02c8b213af019aad816e00ba8243f8.tar.gz focaccia-qemu-0b6e9aa89e02c8b213af019aad816e00ba8243f8.zip | |
Merge branch 'master' of git://git.qemu.org/qemu into x86-next
Diffstat (limited to 'scripts/qmp/qmp-shell')
| -rwxr-xr-x | scripts/qmp/qmp-shell | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/qmp/qmp-shell b/scripts/qmp/qmp-shell index 26418dab95..a42306dd89 100755 --- a/scripts/qmp/qmp-shell +++ b/scripts/qmp/qmp-shell @@ -66,8 +66,7 @@ # sent to QEMU, which is useful for debugging and documentation generation. from __future__ import print_function -from __future__ import absolute_import -from . import qmp +import qmp import json import ast import readline |