aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-11 16:18:19 +0100
committerAymeric Augustin2013-11-11 19:33:52 +0100
commitede259fb087b9049c68065cded70fa48861807f7 (patch)
treeed6e4f4f8c7226c19e24f6d09f35123c56c5d459 /tests
parentef23e6dc31c66abd0c6784bf0044f53271d34b1e (diff)
downloaddjango-debug-toolbar-ede259fb087b9049c68065cded70fa48861807f7.tar.bz2
Switch to regular URL reversing in templates.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_integration.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_integration.py b/tests/test_integration.py
index 6755917..412b14b 100644
--- a/tests/test_integration.py
+++ b/tests/test_integration.py
@@ -6,7 +6,6 @@ from xml.etree import ElementTree as ET
from django.test import TestCase, RequestFactory
from django.test.utils import override_settings
-from django.utils import six
from debug_toolbar.middleware import DebugToolbarMiddleware, show_toolbar
from debug_toolbar.panels.request_vars import RequestVarsDebugPanel