diff options
Diffstat (limited to 'django/template/context_processors.py')
| -rw-r--r-- | django/template/context_processors.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/template/context_processors.py b/django/template/context_processors.py index da5276ce44..85cd3eaa5f 100644 --- a/django/template/context_processors.py +++ b/django/template/context_processors.py @@ -7,8 +7,6 @@ These are referenced from the 'context_processors' option of the configuration of a DjangoTemplates backend and used by RequestContext. """ -from __future__ import unicode_literals - import itertools from django.conf import settings |
