fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7513f67
)
Zamiana importowanego moduĊu z json na dostarczony z Django django.utils.simplejson.
author
zuber
<marek@stepniowski.com>
Tue, 18 Aug 2009 21:13:33 +0000
(23:13 +0200)
committer
zuber
<marek@stepniowski.com>
Tue, 18 Aug 2009 21:13:33 +0000
(23:13 +0200)
apps/explorer/views.py
patch
|
blob
|
history
diff --git
a/apps/explorer/views.py
b/apps/explorer/views.py
index
acbcd19
..
ac83c4e
100644
(file)
--- a/
apps/explorer/views.py
+++ b/
apps/explorer/views.py
@@
-1,5
+1,6
@@
from librarian import html
-import hg, urllib2, json
+import hg, urllib2
+from django.utils import simplejson as json
from django.views.generic.simple import direct_to_template
from django.conf import settings