Removed unused stuff.

- Legacy-Id: 12409
This commit is contained in:
Henrik Levkowetz 2016-11-28 21:20:28 +00:00
parent e6121ac0f8
commit cec0f33817

View file

@ -13,7 +13,7 @@ from email.mime.multipart import MIMEMultipart
from django.conf import settings
from django.core.management import call_command
from django.template import Context, engines
from django.template import Context
from django.template.defaulttags import URLNode
from django.template.loader import get_template
from django.templatetags.static import StaticNode
@ -111,7 +111,6 @@ class TemplateChecksTestCase(TestCase):
def setUp(self):
self.paths = list(get_template_paths())
self.paths.sort()
self.engine = engines['django']
for path in self.paths:
try:
self.templates[path] = get_template(path).template