diff options
Diffstat (limited to 'tests/template_tests/syntax_tests/test_basic.py')
| -rw-r--r-- | tests/template_tests/syntax_tests/test_basic.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/template_tests/syntax_tests/test_basic.py b/tests/template_tests/syntax_tests/test_basic.py index 073d26e10b..741b3ace8f 100644 --- a/tests/template_tests/syntax_tests/test_basic.py +++ b/tests/template_tests/syntax_tests/test_basic.py @@ -1,8 +1,7 @@ from django.template.base import Context, TemplateSyntaxError from django.test import SimpleTestCase -from ..utils import setup, SilentGetItemClass, SilentAttrClass, SomeClass - +from ..utils import SilentAttrClass, SilentGetItemClass, SomeClass, setup basic_templates = { 'basic-syntax01': 'something cool', |
