Missing imports...
This commit is contained in:
parent
0419aee8ab
commit
59d36cfb69
@ -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
|
||||
|
@ -21,6 +21,8 @@
|
||||
#
|
||||
#
|
||||
|
||||
import os.path
|
||||
|
||||
from qubes.qubes import QubesVm,QubesVmLabel,register_qubes_vm_class
|
||||
|
||||
class QubesAppVm(QubesVm):
|
||||
|
Loading…
Reference in New Issue
Block a user