]> git.proxmox.com Git - mirror_qemu.git/blobdiff - scripts/render_block_graph.py
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into...
[mirror_qemu.git] / scripts / render_block_graph.py
index ed7e581b4f4ecaad49c42054a66760246ae5ccdd..656f0388ad6b05840f1a77b1e150284c5ae89736 100755 (executable)
@@ -23,7 +23,9 @@ import sys
 import subprocess
 import json
 from graphviz import Digraph
-from qemu import MonitorResponseError
+
+sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'python'))
+from qemu.machine import MonitorResponseError
 
 
 def perm(arr):