Remove last usage of Django's simplejson library

This commit is contained in:
Roberto Rosario
2014-07-11 01:37:57 -04:00
parent 2b2cd80a18
commit b6d9717223
4 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
from django.template import Library
from django.utils.simplejson import dumps
from __future__ import absolute_import
from common.utils import return_attrib
from json import dumps
from django.template import Library
from ..utils import return_attrib
register = Library()