diff options
Diffstat (limited to 'tests/template_tests/syntax_tests/test_include.py')
| -rw-r--r-- | tests/template_tests/syntax_tests/test_include.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/template_tests/syntax_tests/test_include.py b/tests/template_tests/syntax_tests/test_include.py index 7f3adfd8fe..17ad9c1e4c 100644 --- a/tests/template_tests/syntax_tests/test_include.py +++ b/tests/template_tests/syntax_tests/test_include.py @@ -1,9 +1,8 @@ from django.template import Context, TemplateDoesNotExist, TemplateSyntaxError from django.test import SimpleTestCase -from .test_basic import basic_templates from ..utils import setup - +from .test_basic import basic_templates include_fail_templates = { 'include-fail1': '{% load bad_tag %}{% badtag %}', |
