diff options
Diffstat (limited to 'django/utils')
| -rw-r--r-- | django/utils/jslex.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/utils/jslex.py b/django/utils/jslex.py index e54d021bbe..35bdc57e1a 100644 --- a/django/utils/jslex.py +++ b/django/utils/jslex.py @@ -1,5 +1,6 @@ """JsLex: a lexer for Javascript""" # Originally from https://bitbucket.org/ned/jslex +from __future__ import unicode_literals import re |
