From 810a2fbc5157f619eb3d74c73c882f059360506b Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 9 Dec 2013 18:58:15 +0100 Subject: Use collections.OrderedDict if available. --- tests/panels/test_staticfiles.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3