drop support for simplejson. were only caring about python 2.7+ and 3.3+
[htsworkflow.git] / experiments / experiments.py
index e9d12dee03bfc00aff72566b8ba6794ca433f54d..0d2f1e0bba2f0533ed8d9722956cd970a7a28a26 100644 (file)
@@ -2,11 +2,6 @@ from __future__ import absolute_import, print_function, unicode_literals
 
 # some core functions of the exp tracker module
 from datetime import datetime, timedelta
-try:
-    import json
-except ImportError as e:
-    import simplejson as json
-
 import os
 import re