core: use absolute imports in qubesutils
This commit is contained in:
parent
bb958fd1c8
commit
f8ad78d174
@ -22,13 +22,15 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
|
from __future__ import absolute_import
|
||||||
|
|
||||||
import string
|
import string
|
||||||
from lxml import etree
|
from lxml import etree
|
||||||
from lxml.etree import ElementTree, SubElement, Element
|
from lxml.etree import ElementTree, SubElement, Element
|
||||||
|
|
||||||
from qubes import QubesException
|
from qubes.qubes import QubesException
|
||||||
from qubes import vmm
|
from qubes.qubes import vmm
|
||||||
from qubes import system_path,vm_files
|
from qubes.qubes import system_path,vm_files
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
@ -36,7 +38,7 @@ import re
|
|||||||
import time
|
import time
|
||||||
import stat
|
import stat
|
||||||
import libvirt
|
import libvirt
|
||||||
from qdb import QubesDB,Error,DisconnectedError
|
from qubes.qdb import QubesDB,Error,DisconnectedError
|
||||||
|
|
||||||
import xen.lowlevel.xc
|
import xen.lowlevel.xc
|
||||||
import xen.lowlevel.xs
|
import xen.lowlevel.xs
|
||||||
|
Loading…
Reference in New Issue
Block a user