Signed-off-by: Jiří Župka <jzu...@redhat.com> --- virttest/libvirt_xml.py | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/virttest/libvirt_xml.py b/virttest/libvirt_xml.py index bedc496..4376111 100644 --- a/virttest/libvirt_xml.py +++ b/virttest/libvirt_xml.py @@ -8,10 +8,8 @@ xml_utils module documentation for more information on working with XMLTreeFile instances. """ - -import logging, os.path -from autotest.client.shared import error, xml_utils -from virttest import libvirt_vm, virsh +from autotest.client.shared import xml_utils +from virttest import virsh class LibvirtXMLError(Exception): -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html