diff --git a/tests/test_templatetags.py b/tests/test_templatetags.py index 4822ea3c5..eaa0363bd 100644 --- a/tests/test_templatetags.py +++ b/tests/test_templatetags.py @@ -1,4 +1,5 @@ import unittest +import django from django.template import Context, Template from django.test import TestCase, override_settings