aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/models.py
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-12 21:42:12 +0100
committerAymeric Augustin2013-11-12 21:42:12 +0100
commit02716d9ca2728e33e92806f6ed0b3d9375df53a9 (patch)
treeceb3f1145a8fac75b92fdc980cde539a391fc5fc /debug_toolbar/models.py
parentaebf8990e1e9b933f52d44348a02879c14f12577 (diff)
downloaddjango-debug-toolbar-02716d9ca2728e33e92806f6ed0b3d9375df53a9.tar.bz2
Remove unnecessary nesting.
Diffstat (limited to 'debug_toolbar/models.py')
-rw-r--r--debug_toolbar/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/models.py b/debug_toolbar/models.py
index fc78874..d39e7ec 100644
--- a/debug_toolbar/models.py
+++ b/debug_toolbar/models.py
@@ -5,7 +5,7 @@ from django.conf.urls import include, patterns, url
from django.core.urlresolvers import reverse, NoReverseMatch
from django.utils.importlib import import_module
-from debug_toolbar.toolbar.loader import load_panel_classes
+from debug_toolbar.toolbar import load_panel_classes
from debug_toolbar.middleware import DebugToolbarMiddleware