Get rid of simplejson fallbacks.

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

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.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        setup.py
        rbtools/commands/api_get.py
        rbtools/api/request.py
        rbtools/api/decode.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        setup.py
        rbtools/commands/api_get.py
        rbtools/api/request.py
        rbtools/api/decode.py
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (0ec12f2)
Loading...