drop support for simplejson. were only caring about python 2.7+ and 3.3+
authorDiane Trout <diane@ghic.org>
Wed, 18 Mar 2015 23:49:31 +0000 (16:49 -0700)
committerDiane Trout <diane@ghic.org>
Wed, 18 Mar 2015 23:49:31 +0000 (16:49 -0700)
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