• 
      

    Use six.moves for urllib changes

    Review Request #6604 — Created Nov. 18, 2014 and submitted — Latest diff uploaded

    Information

    RBTools
    master
    524664a...

    Reviewers

    This changes our code to use the six.moves adapters for calls into
    urllib/urllib2/urlparse. This makes it so that we can run the same code on both
    python 2 and 3.

    • Ran unit tests.
    • Checked that rbt post still worked.