summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template_tests/syntax_tests/test_setup.py')
-rw-r--r--tests/template_tests/syntax_tests/test_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/syntax_tests/test_setup.py b/tests/template_tests/syntax_tests/test_setup.py
index ea37698ee9..fd7355a738 100644
--- a/tests/template_tests/syntax_tests/test_setup.py
+++ b/tests/template_tests/syntax_tests/test_setup.py
@@ -1,7 +1,7 @@
from django.conf import settings
from django.test import SimpleTestCase
-from .utils import setup
+from ..utils import setup
class SetupTests(SimpleTestCase):