From 11243a51d36e0c38fdd22152dc743f209e770504 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Mon, 18 Mar 2013 02:24:32 +0100 Subject: [PATCH] QubesHVm: add missing imports again --- core-modules/01QubesHVm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-modules/01QubesHVm.py b/core-modules/01QubesHVm.py index c0f7b284..9577fee9 100644 --- a/core-modules/01QubesHVm.py +++ b/core-modules/01QubesHVm.py @@ -26,7 +26,7 @@ import os.path import subprocess import sys -from qubes.qubes import QubesVm,register_qubes_vm_class,xs,dry_run +from qubes.qubes import QubesVm,register_qubes_vm_class,xs,xc,dry_run from qubes.qubes import system_path,defaults system_path["config_template_hvm"] = '/usr/share/qubes/vm-template-hvm.conf'