summaryrefslogtreecommitdiff
path: root/django/utils/html_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/utils/html_parser.py')
-rw-r--r--django/utils/html_parser.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/django/utils/html_parser.py b/django/utils/html_parser.py
index ab1f654978..616a31f767 100644
--- a/django/utils/html_parser.py
+++ b/django/utils/html_parser.py
@@ -1,7 +1,8 @@
-from django.utils.six.moves import html_parser as _html_parser
import re
import sys
+from django.utils.six.moves import html_parser as _html_parser
+
current_version = sys.version_info
use_workaround = (