From 251a7f4eb5efaf6339edd57021e5ce3d53a679b3 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Sat, 20 Sep 2008 13:46:44 -0700 Subject: Import simplejson from django rather than an external dependency. --- debug_toolbar/panels/sql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar/panels') diff --git a/debug_toolbar/panels/sql.py b/debug_toolbar/panels/sql.py index 757505a..cdcbd1b 100644 --- a/debug_toolbar/panels/sql.py +++ b/debug_toolbar/panels/sql.py @@ -1,9 +1,9 @@ -import simplejson import time from debug_toolbar.panels import DebugPanel from django.db import connection from django.db.backends import util from django.template.loader import render_to_string +from django.utils import simplejson class DatabaseStatTracker(util.CursorDebugWrapper): """ -- cgit v1.2.3