Missing imports once again...
This commit is contained in:
parent
f33a9857cf
commit
f7d868bff8
@ -33,6 +33,7 @@ import sys
|
||||
import time
|
||||
import uuid
|
||||
import xml.parsers.expat
|
||||
import xen.lowlevel.xc
|
||||
|
||||
from qubes.qubes import xs,dry_run,xc,xl_ctx
|
||||
from qubes.qubes import register_qubes_vm_class
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
from datetime import datetime
|
||||
|
||||
from qubes.qubes import QubesNetVm,register_qubes_vm_class,xs
|
||||
from qubes.qubes import QubesNetVm,register_qubes_vm_class,xs,dry_run
|
||||
from qubes.qubes import QubesVmCollection,QubesException
|
||||
|
||||
yum_proxy_ip = '10.137.255.254'
|
||||
|
Loading…
Reference in New Issue
Block a user