summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_if_equal.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template_tests/syntax_tests/test_if_equal.py')
-rw-r--r--tests/template_tests/syntax_tests/test_if_equal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/syntax_tests/test_if_equal.py b/tests/template_tests/syntax_tests/test_if_equal.py
index f20a5db350..6aca815e8f 100644
--- a/tests/template_tests/syntax_tests/test_if_equal.py
+++ b/tests/template_tests/syntax_tests/test_if_equal.py
@@ -1,6 +1,6 @@
from django.test import SimpleTestCase
-from .utils import render, setup
+from ..utils import render, setup
class IfEqualTagTests(SimpleTestCase):