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