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
|
||||
|
||||
try:
|
||||
from qubes.qubes import QubesHVM
|
||||
from qubes.qubes import QubesHVm
|
||||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user