summary refs log tree commit diff stats
path: root/python/qemu/qmp/qom_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qemu/qmp/qom_common.py')
-rw-r--r--python/qemu/qmp/qom_common.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/qemu/qmp/qom_common.py b/python/qemu/qmp/qom_common.py
index 2e4c741f77..e034a6f247 100644
--- a/python/qemu/qmp/qom_common.py
+++ b/python/qemu/qmp/qom_common.py
@@ -27,7 +27,8 @@ from typing import (
     TypeVar,
 )
 
-from . import QEMUMonitorProtocol, QMPError
+from qemu.aqmp import QMPError
+from qemu.aqmp.legacy import QEMUMonitorProtocol
 
 
 class ObjectPropertyInfo: