diff options
Diffstat (limited to 'tests/template_tests/syntax_tests/test_spaceless.py')
| -rw-r--r-- | tests/template_tests/syntax_tests/test_spaceless.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/syntax_tests/test_spaceless.py b/tests/template_tests/syntax_tests/test_spaceless.py index 1f5cb54e29..18bda09c83 100644 --- a/tests/template_tests/syntax_tests/test_spaceless.py +++ b/tests/template_tests/syntax_tests/test_spaceless.py @@ -1,6 +1,6 @@ from django.test import SimpleTestCase -from .utils import render, setup +from ..utils import render, setup class SpacelessTagTests(SimpleTestCase): |
