aboutsummaryrefslogtreecommitdiffstats
path: root/tests/panels/test_staticfiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/panels/test_staticfiles.py')
-rw-r--r--tests/panels/test_staticfiles.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/panels/test_staticfiles.py b/tests/panels/test_staticfiles.py
index cc4616a..70a7b96 100644
--- a/tests/panels/test_staticfiles.py
+++ b/tests/panels/test_staticfiles.py
@@ -3,8 +3,6 @@
from __future__ import absolute_import, unicode_literals
from django.conf import settings
-from django.contrib.staticfiles.templatetags import staticfiles
-from django.template import Context, RequestContext, Template
from ..base import BaseTestCase