summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2011-12-06 20:08:30 +0100
committerStefan Behnel <stefan_ml@behnel.de>2011-12-06 20:08:30 +0100
commitc8bd951b1b0135327d9aacbfb645f08d8baae1a0 (patch)
treeb4a40f36bbd30a2f4aea61a85ce50c1e788c3f2c /doc
parent0404b57f348e94b6fcde2e17e3974420ec80a0c8 (diff)
downloadpython-lxml-c8bd951b1b0135327d9aacbfb645f08d8baae1a0.tar.gz
removed dead imports
Diffstat (limited to 'doc')
-rw-r--r--doc/mkhtml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mkhtml.py b/doc/mkhtml.py
index c00abfdd..82c27cb8 100644
--- a/doc/mkhtml.py
+++ b/doc/mkhtml.py
@@ -1,7 +1,7 @@
from docstructure import SITE_STRUCTURE, HREF_MAP, BASENAME_MAP
-from lxml.etree import (parse, fromstring, tostring, ElementTree,
+from lxml.etree import (parse, ElementTree,
Element, SubElement, XPath, XML)
-import os, shutil, re, sys, copy, time
+import os, shutil, re, sys, copy
RST2HTML_OPTIONS = " ".join([
'--no-toc-backlinks',