aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/profiling.py
diff options
context:
space:
mode:
authorbkonkle2011-09-12 11:59:44 -0500
committerbkonkle2011-09-12 11:59:44 -0500
commit6c005d703941fc60dd8ecc07ad8bdaf3e27b2950 (patch)
tree145da294b9ef5c3cffdf68f60c580e8e270ab84b /debug_toolbar/panels/profiling.py
parentf8759c9f0d64a90ac0e1942e735c27c662ab05b1 (diff)
downloaddjango-debug-toolbar-6c005d703941fc60dd8ecc07ad8bdaf3e27b2950.tar.bz2
Tweaks to the timer panel, and a correction to the profiling panel
Diffstat (limited to 'debug_toolbar/panels/profiling.py')
-rw-r--r--debug_toolbar/panels/profiling.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_toolbar/panels/profiling.py b/debug_toolbar/panels/profiling.py
index 26f7888..e08591a 100644
--- a/debug_toolbar/panels/profiling.py
+++ b/debug_toolbar/panels/profiling.py
@@ -3,6 +3,7 @@ from __future__ import division
from django.template.loader import render_to_string
from django.utils.translation import ugettext_lazy as _
from django.utils.safestring import mark_safe
+from debug_toolbar.middleware import DebugToolbarMiddleware
from debug_toolbar.panels import DebugPanel
try: