From 02716d9ca2728e33e92806f6ed0b3d9375df53a9 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 12 Nov 2013 21:42:12 +0100 Subject: Remove unnecessary nesting. --- debug_toolbar/middleware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar/middleware.py') diff --git a/debug_toolbar/middleware.py b/debug_toolbar/middleware.py index c95cade..80e8ae0 100644 --- a/debug_toolbar/middleware.py +++ b/debug_toolbar/middleware.py @@ -11,7 +11,7 @@ from django.http import HttpResponseRedirect from django.shortcuts import render from django.utils.encoding import force_text -from debug_toolbar.toolbar.loader import DebugToolbar +from debug_toolbar.toolbar import DebugToolbar from debug_toolbar.utils.settings import CONFIG _HTML_TYPES = ('text/html', 'application/xhtml+xml') -- cgit v1.2.3