fix HVM presence test
This commit is contained in:
parent
4a9c0d1ebe
commit
8d7ae00b2a
@ -56,7 +56,7 @@ class NewVmDlg (QDialog, Ui_NewVMDlg):
|
|||||||
# Instead we lock for writing in the actual worker thread
|
# Instead we lock for writing in the actual worker thread
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from qubes.qubes import QubesHVM
|
from qubes.qubes import QubesHVm
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user