From 59d36cfb69b31dc9d34653a1627586d39b9cc5fd Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Tue, 26 Mar 2013 01:28:39 +0100 Subject: [PATCH] Missing imports... --- core-modules/005QubesNetVm.py | 1 + core-modules/01QubesAppVm.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/core-modules/005QubesNetVm.py b/core-modules/005QubesNetVm.py index 42789f63..975b76f3 100644 --- a/core-modules/005QubesNetVm.py +++ b/core-modules/005QubesNetVm.py @@ -21,6 +21,7 @@ # # import sys +import os.path from qubes.qubes import QubesVm,register_qubes_vm_class,xs,dry_run from qubes.qubes import defaults,system_path,vm_files diff --git a/core-modules/01QubesAppVm.py b/core-modules/01QubesAppVm.py index d13184d9..196e1b25 100644 --- a/core-modules/01QubesAppVm.py +++ b/core-modules/01QubesAppVm.py @@ -21,6 +21,8 @@ # # +import os.path + from qubes.qubes import QubesVm,QubesVmLabel,register_qubes_vm_class class QubesAppVm(QubesVm):