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