Drop support for simplejson
[htsworkflow.git] / experiments / test_experiments.py
index 03ad813b7b4cf907138b5dfbc52bb08a74030df2..7d321c05b603e00456d936ce63abd27ceb72b944 100644 (file)
@@ -2,10 +2,7 @@ from __future__ import absolute_import, print_function, unicode_literals
 
 import re
 from lxml.html import fromstring
-try:
-    import json
-except ImportError as e:
-    import simplejson as json
+import json
 import os
 import shutil
 import sys