From d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 19 Nov 2016 18:19:41 +0100 Subject: Refs #23919 -- Removed encoding preambles and future imports --- tests/template_tests/test_parser.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/template_tests/test_parser.py') diff --git a/tests/template_tests/test_parser.py b/tests/template_tests/test_parser.py index c6800f68dc..3b59424f47 100644 --- a/tests/template_tests/test_parser.py +++ b/tests/template_tests/test_parser.py @@ -1,8 +1,6 @@ """ Testing some internals of the template processing. These are *not* examples to be copied in user code. """ -from __future__ import unicode_literals - from django.template import Library, TemplateSyntaxError from django.template.base import ( TOKEN_BLOCK, FilterExpression, Parser, Token, Variable, -- cgit v1.3