Drop support for simplejson
[htsworkflow.git] / htsworkflow / util / api.py
index e631fa9c5051aeabe2fd39e67bcb7822dd9113b2..1b500b6c05a907b38a00bb2e82860a576fed8838 100644 (file)
@@ -8,11 +8,7 @@ from six import int2byte
 import random
 import logging
 
-# try to deal with python <2.6
-try:
-  import json
-except ImportError:
-  import simplejson as json
+import json
 
 import os
 from optparse import OptionGroup