]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/vm/basevm.py
python/qemu: split QEMUMachine out from underneath __init__.py
[mirror_qemu.git] / tests / vm / basevm.py
index 4847549592d5986d132ddd6dac70facda33bdc80..64067c1075fe2dd120a4a2a60eb01d6b83034494 100755 (executable)
@@ -18,7 +18,8 @@ import logging
 import time
 import datetime
 sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', 'python'))
-from qemu import QEMUMachine, kvm_available
+from qemu import kvm_available
+from qemu.machine import QEMUMachine
 import subprocess
 import hashlib
 import optparse