summaryrefslogtreecommitdiff
path: root/django/utils/jslex.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/utils/jslex.py')
-rw-r--r--django/utils/jslex.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django/utils/jslex.py b/django/utils/jslex.py
index bef6129188..0958ac030c 100644
--- a/django/utils/jslex.py
+++ b/django/utils/jslex.py
@@ -1,7 +1,5 @@
"""JsLex: a lexer for Javascript"""
# Originally from https://bitbucket.org/ned/jslex
-from __future__ import unicode_literals
-
import re