summaryrefslogtreecommitdiff
path: root/markdown/htmlparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/htmlparser.py')
-rw-r--r--markdown/htmlparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/htmlparser.py b/markdown/htmlparser.py
index 7ca858e..3512d1a 100644
--- a/markdown/htmlparser.py
+++ b/markdown/htmlparser.py
@@ -20,7 +20,7 @@ License: BSD (see LICENSE.md for details).
"""
import re
-import importlib
+import importlib.util
import sys