From 4dea00349a99cf2c1c07a99b450fcfd1a3f1dc97 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Sat, 16 Mar 2013 20:07:11 +0100 Subject: [PATCH] QubesHVm: add missing imports --- core-modules/01QubesHVm.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core-modules/01QubesHVm.py b/core-modules/01QubesHVm.py index 8f838705..c0f7b284 100644 --- a/core-modules/01QubesHVm.py +++ b/core-modules/01QubesHVm.py @@ -22,6 +22,9 @@ # import os +import os.path +import subprocess +import sys from qubes.qubes import QubesVm,register_qubes_vm_class,xs,dry_run from qubes.qubes import system_path,defaults