• 
      

    Get rid of simplejson fallbacks.

    Review Request #6582 — Created Nov. 12, 2014 and submitted — Latest diff uploaded

    Information

    RBTools
    master
    64cce39...

    Reviewers

    Python 2.6 has the 'json' module bundled in, which means we no longer need to
    deal with simplejson.

    Ran unit tests.