fix HVM presence test

This commit is contained in:
Marek Marczykowski 2012-08-23 03:57:01 +02:00
parent 4a9c0d1ebe
commit 8d7ae00b2a

View File

@ -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: