aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/views.py
diff options
context:
space:
mode:
authorVladislav Poluhin2013-04-24 11:14:34 +0800
committerVladislav Poluhin2013-04-24 11:14:34 +0800
commit3d0467d9a4394c4b994a802e6e861ff2562dbb2b (patch)
tree0b2aefc7b73ffbbe94e2505bbac01e31d99c2166 /debug_toolbar/views.py
parente85dfe8ef37d6d99ee482fbd9ac3375ee86253ac (diff)
downloaddjango-debug-toolbar-3d0467d9a4394c4b994a802e6e861ff2562dbb2b.tar.bz2
Got rid of the circular imports
Diffstat (limited to 'debug_toolbar/views.py')
-rw-r--r--debug_toolbar/views.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/debug_toolbar/views.py b/debug_toolbar/views.py
index 22b03d9..13a36b1 100644
--- a/debug_toolbar/views.py
+++ b/debug_toolbar/views.py
@@ -6,10 +6,8 @@ views in any other way is generally not advised.
from django.http import HttpResponseBadRequest
from django.shortcuts import render_to_response
-from django.utils import simplejson
from django.views.decorators.csrf import csrf_exempt
-
try:
from hashlib import sha1
except ImportError: