fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a100c8
)
Use internal JSON.
author
Łukasz Rekucki
<lrekucki@gmail.com>
Tue, 8 Sep 2009 16:26:09 +0000
(18:26 +0200)
committer
Łukasz Rekucki
<lrekucki@gmail.com>
Tue, 8 Sep 2009 16:26:09 +0000
(18:26 +0200)
apps/toolbar/management/commands/fixbuttons.py
patch
|
blob
|
history
diff --git
a/apps/toolbar/management/commands/fixbuttons.py
b/apps/toolbar/management/commands/fixbuttons.py
index
9e72151
..
2f15525
100755
(executable)
--- 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
+