Drop support for simplejson
authorDiane Trout <diane@ghic.org>
Mon, 6 Apr 2015 22:07:44 +0000 (15:07 -0700)
committerDiane Trout <diane@ghic.org>
Mon, 6 Apr 2015 22:07:44 +0000 (15:07 -0700)
commit33a374ffc3d8650e252d976a274a9dea5beafd87
tree8b625620a4b424df3f786ea382ce7626b35b5680
parentb0b6c4c9ea70f7cb7b2b3358d13762a54b9f24e2
Drop support for simplejson

We're only targeting python2.7+ & python3.3+ so I can drop
that archaic code.

(Also gets me some more test coverage)
experiments/test_experiments.py
htsworkflow/pipelines/retrieve_config.py
htsworkflow/pipelines/test/test_retrieve_config.py
htsworkflow/util/api.py
inventory/views.py
samples/views.py