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
@@ -1,11 +1,11 @@
from __future__ import absolute_import
from json import loads
from optparse import make_option
import os
import sys
from django.core.management.base import CommandError, LabelCommand
from django.utils.simplejson import loads
from documents.models import DocumentType
from metadata.api import convert_dict_to_dict_list