diff options
Diffstat (limited to 'django/utils/jslex.py')
| -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 35bdc57e1a..cfc8654432 100644 --- a/django/utils/jslex.py +++ b/django/utils/jslex.py @@ -1,6 +1,7 @@ """JsLex: a lexer for Javascript""" # Originally from https://bitbucket.org/ned/jslex from __future__ import unicode_literals + import re |
