Drop support for simplejson
[htsworkflow.git] / samples / views.py
index cc94c620474ce1e8267b0e969921157141e63a3a..e7d2e92bf3fb894e7d99f685ece514aee7cffc4f 100644 (file)
@@ -5,10 +5,7 @@ import logging
 import os
 import sys
 
-try:
-    import json
-except ImportError as e:
-    import simplejson as json
+import json
 
 from django.views.decorators.csrf import csrf_exempt
 from django.core.exceptions import ObjectDoesNotExist