From e7821612b90b7ce9bd39c5c3d404ce9814e33b3c Mon Sep 17 00:00:00 2001 From: zuber Date: Tue, 18 Aug 2009 23:13:33 +0200 Subject: [PATCH] =?utf8?q?Zamiana=20importowanego=20modu=C5=82u=20z=20json?= =?utf8?q?=20na=20dostarczony=20z=20Django=20django.utils.simplejson.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- apps/explorer/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/explorer/views.py b/apps/explorer/views.py index acbcd193..ac83c4ef 100644 --- 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 -- 2.20.1