summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_numpy.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template_tests/syntax_tests/test_numpy.py')
-rw-r--r--tests/template_tests/syntax_tests/test_numpy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/syntax_tests/test_numpy.py b/tests/template_tests/syntax_tests/test_numpy.py
index aa40bdc7c1..fe60939586 100644
--- a/tests/template_tests/syntax_tests/test_numpy.py
+++ b/tests/template_tests/syntax_tests/test_numpy.py
@@ -3,7 +3,7 @@ from unittest import skipIf
from django.conf import settings
from django.test import SimpleTestCase
-from .utils import render, setup
+from ..utils import render, setup
try:
import numpy