diff options
Diffstat (limited to 'tests/template_tests/syntax_tests/test_invalid_string.py')
| -rw-r--r-- | tests/template_tests/syntax_tests/test_invalid_string.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/syntax_tests/test_invalid_string.py b/tests/template_tests/syntax_tests/test_invalid_string.py index a2893dc467..f56b091389 100644 --- a/tests/template_tests/syntax_tests/test_invalid_string.py +++ b/tests/template_tests/syntax_tests/test_invalid_string.py @@ -1,7 +1,7 @@ from django.conf import settings from django.test import SimpleTestCase -from .utils import render, setup +from ..utils import render, setup class InvalidStringTests(SimpleTestCase): |
