Missing imports once again...

This commit is contained in:
Marek Marczykowski 2013-03-19 13:36:35 +01:00
parent f33a9857cf
commit f7d868bff8
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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'