diff options
Diffstat (limited to 'tests/template_tests/test_nodelist.py')
| -rw-r--r-- | tests/template_tests/test_nodelist.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/template_tests/test_nodelist.py b/tests/template_tests/test_nodelist.py index 97aa5af6a7..755c0c3bea 100644 --- a/tests/template_tests/test_nodelist.py +++ b/tests/template_tests/test_nodelist.py @@ -1,6 +1,7 @@ +from unittest import TestCase + from django.template import VariableNode, Context from django.template.loader import get_template_from_string -from django.utils.unittest import TestCase from django.test.utils import override_settings class NodelistTest(TestCase): |
