aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/html4.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/html4.py')
-rw-r--r--markdown/html4.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/markdown/html4.py b/markdown/html4.py
index e47cb78..63bcc97 100644
--- a/markdown/html4.py
+++ b/markdown/html4.py
@@ -37,12 +37,12 @@
# --------------------------------------------------------------------
-import misc
-ElementTree = misc.etree.ElementTree
-QName = misc.etree.QName
-Comment = misc.etree.Comment
-PI = misc.etree.PI
-ProcessingInstruction = misc.etree.ProcessingInstruction
+import util
+ElementTree = util.etree.ElementTree
+QName = util.etree.QName
+Comment = util.etree.Comment
+PI = util.etree.PI
+ProcessingInstruction = util.etree.ProcessingInstruction
HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr",
"img", "input", "isindex", "link", "meta" "param")