diff options
Diffstat (limited to 'tests/template_tests/syntax_tests/test_comment.py')
| -rw-r--r-- | tests/template_tests/syntax_tests/test_comment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/syntax_tests/test_comment.py b/tests/template_tests/syntax_tests/test_comment.py index 35c720efd7..73099e963b 100644 --- a/tests/template_tests/syntax_tests/test_comment.py +++ b/tests/template_tests/syntax_tests/test_comment.py @@ -1,6 +1,6 @@ from django.test import SimpleTestCase -from .utils import render, setup +from ..utils import render, setup class CommentSyntaxTests(SimpleTestCase): |
