Skip to content
Snippets Groups Projects
Commit 7cba010e authored by John Snow's avatar John Snow
Browse files

scripts/qmp-shell-wrap: Fix import path


Mea culpa. Dan's patch wound up with the wrong import path because I
re-ordered my most recent pull request and missed that this needed a fix
on rebase.

Fixes: 43912529
Reported-by: default avatarKashyap Chamarthy <kchamart@redhat.com>
Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
Tested-by: default avatarKashyap Chamarthy <kchamart@redhat.com>
Message-id: 20220225170828.3418305-1-jsnow@redhat.com
Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
parent 4c1fe700
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', 'python'))
from qemu.qmp import qmp_shell
from qemu.aqmp import qmp_shell
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment