diff options
| author | Jannis Leidel | 2013-12-09 18:58:15 +0100 | 
|---|---|---|
| committer | Jannis Leidel | 2013-12-09 18:58:15 +0100 | 
| commit | 810a2fbc5157f619eb3d74c73c882f059360506b (patch) | |
| tree | cce2010fe85ddbc9f388115d94267a6e709630fd /tests | |
| parent | e4fafb92377221201f9089aa972ac6c5504b45dd (diff) | |
| download | django-debug-toolbar-810a2fbc5157f619eb3d74c73c882f059360506b.tar.bz2 | |
Use collections.OrderedDict if available.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/panels/test_staticfiles.py | 2 | 
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 | 
