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 08f241d..e47cb78 100644
--- a/markdown/html4.py
+++ b/markdown/html4.py
@@ -37,12 +37,12 @@
# --------------------------------------------------------------------
-import markdown
-ElementTree = markdown.etree.ElementTree
-QName = markdown.etree.QName
-Comment = markdown.etree.Comment
-PI = markdown.etree.PI
-ProcessingInstruction = markdown.etree.ProcessingInstruction
+import misc
+ElementTree = misc.etree.ElementTree
+QName = misc.etree.QName
+Comment = misc.etree.Comment
+PI = misc.etree.PI
+ProcessingInstruction = misc.etree.ProcessingInstruction
HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr",
"img", "input", "isindex", "link", "meta" "param")