]> Git Repo - qemu.git/commitdiff
scripts/qmp-shell-wrap: Fix import path
authorJohn Snow <[email protected]>
Fri, 25 Feb 2022 17:08:28 +0000 (12:08 -0500)
committerJohn Snow <[email protected]>
Mon, 7 Mar 2022 19:36:47 +0000 (14:36 -0500)
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: Kashyap Chamarthy <[email protected]>
Signed-off-by: John Snow <[email protected]>
Tested-by: Kashyap Chamarthy <[email protected]>
Message-id: 20220225170828.3418305[email protected]
Signed-off-by: John Snow <[email protected]>
scripts/qmp/qmp-shell-wrap

index 9e94da114f5f87588639f6b2cc636391e80c3864..66846e36d1fd288bfe7021b31a8d71b3df838def 100755 (executable)
@@ -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__':
This page took 0.02815 seconds and 4 git commands to generate.