We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6121ac commit cec0f33Copy full SHA for cec0f33
1 file changed
ietf/utils/tests.py
@@ -13,7 +13,7 @@
13
14
from django.conf import settings
15
from django.core.management import call_command
16
-from django.template import Context, engines
+from django.template import Context
17
from django.template.defaulttags import URLNode
18
from django.template.loader import get_template
19
from django.templatetags.static import StaticNode
@@ -111,7 +111,6 @@ class TemplateChecksTestCase(TestCase):
111
def setUp(self):
112
self.paths = list(get_template_paths())
113
self.paths.sort()
114
- self.engine = engines['django']
115
for path in self.paths:
116
try:
117
self.templates[path] = get_template(path).template
0 commit comments