Use six.moves for urllib changes
Review Request #6604 — Created Nov. 18, 2014 and submitted — Latest diff uploaded
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.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.
orig
1
2
3
rbtools/api/request.py |
---|
rbtools/api/resource.py |
---|
rbtools/clients/mercurial.py |
---|
rbtools/clients/svn.py |
---|
rbtools/commands/__init__.py |
---|