X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/818e3f52a72658d6b7ec5c1ce74fac9a6d21b0f3..4bee7bd524767dbe06de88b0c17632da324bcf8c:/models.py diff --git a/models.py b/models.py index eb6ebc0..bf11cb5 100644 --- a/models.py +++ b/models.py @@ -11,10 +11,7 @@ from django.template import Template as DjangoTemplate from django.template import TemplateDoesNotExist from django.template import Context, RequestContext from django.core.exceptions import ObjectDoesNotExist -try: - import json -except ImportError: - import simplejson as json +from django.utils import simplejson as json from UserDict import DictMixin from templatetags.containers import ContainerNode from django.template.loader_tags import ExtendsNode, ConstantIncludeNode, IncludeNode