aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJannis Leidel2013-12-09 18:58:15 +0100
committerJannis Leidel2013-12-09 18:58:15 +0100
commit810a2fbc5157f619eb3d74c73c882f059360506b (patch)
treecce2010fe85ddbc9f388115d94267a6e709630fd /tests
parente4fafb92377221201f9089aa972ac6c5504b45dd (diff)
downloaddjango-debug-toolbar-810a2fbc5157f619eb3d74c73c882f059360506b.tar.bz2
Use collections.OrderedDict if available.
Diffstat (limited to 'tests')
-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