aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/timer.py
diff options
context:
space:
mode:
authorRob Hudson2008-12-09 14:14:46 -0800
committerRob Hudson2008-12-09 14:14:46 -0800
commit9f5c2280ec25c162b720a6e864b081934126cecc (patch)
tree069b3eb339274a52deb975ae66bc932f71078b78 /debug_toolbar/panels/timer.py
parent47d1a4ff38bc48a6dd54246556434a72c0476bb0 (diff)
downloaddjango-debug-toolbar-9f5c2280ec25c162b720a6e864b081934126cecc.tar.bz2
Minor cleanup and template change to previous commit.
Diffstat (limited to 'debug_toolbar/panels/timer.py')
-rw-r--r--debug_toolbar/panels/timer.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/debug_toolbar/panels/timer.py b/debug_toolbar/panels/timer.py
index b93c843..cafdb05 100644
--- a/debug_toolbar/panels/timer.py
+++ b/debug_toolbar/panels/timer.py
@@ -1,7 +1,6 @@
-import time, resource
-
+import resource
+import time
from django.template.loader import render_to_string
-
from debug_toolbar.panels import DebugPanel