Unused imports

This commit is contained in:
Jon Tibble 2010-12-06 23:59:01 +00:00
parent 9291516b59
commit 7f60e706aa
1 changed files with 1 additions and 2 deletions

View File

@ -42,9 +42,8 @@ The basic XML is of the format::
import logging
from xml.dom.minidom import Document
from xml.etree.ElementTree import ElementTree, XML, dump
from xml.etree.ElementTree import dump
from lxml import etree, objectify
from xml.parsers.expat import ExpatError
log = logging.getLogger(__name__)