From cfcf4b3605f9653e4e056088d89932b2a0e4281b Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Mon, 1 Jul 2013 14:22:27 +0200 Subject: Stopped using django.utils.unittest in the test suite. Refs #20680. --- tests/template_tests/test_parser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 9422da80d7..e626bfd34f 100644 --- a/tests/template_tests/test_parser.py +++ b/tests/template_tests/test_parser.py @@ -3,10 +3,11 @@ Testing some internals of the template processing. These are *not* examples to b """ from __future__ import unicode_literals +from unittest import TestCase + from django.template import (TokenParser, FilterExpression, Parser, Variable, Template, TemplateSyntaxError) from django.test.utils import override_settings -from django.utils.unittest import TestCase from django.utils import six -- cgit v1.3