Drop support for simplejson
[htsworkflow.git] / htsworkflow / pipelines / test / test_retrieve_config.py
index 4ec9d3e755a9ac99cbde2330237f69c70e76fd87..3014674d5fc8546b3e30c3abdecdaf015974f316 100644 (file)
@@ -3,10 +3,7 @@ import os
 import re
 from six.moves import StringIO
 
-try:
-    import json
-except ImportError as e:
-    import simplejson as json
+import json
 
 from django.test import TestCase
 from django.utils.encoding import smart_text