From ba0c44546e27c41f13a0e5d7658ff018e61b22e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Rekucki?= Date: Tue, 8 Sep 2009 18:26:09 +0200 Subject: [PATCH] Use internal JSON. --- apps/toolbar/management/commands/fixbuttons.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/toolbar/management/commands/fixbuttons.py b/apps/toolbar/management/commands/fixbuttons.py index 9e721510..2f15525b 100755 --- a/apps/toolbar/management/commands/fixbuttons.py +++ b/apps/toolbar/management/commands/fixbuttons.py @@ -3,7 +3,7 @@ __author__="lreqc" __date__ ="$2009-09-08 14:31:26$" from django.core.management.base import NoArgsCommand from toolbar.models import Button -import json +from django.utils import simplejson as json import re class Command(NoArgsCommand): @@ -32,4 +32,4 @@ class Command(NoArgsCommand): - \ No newline at end of file + -- 2.20.1