Do unicode migration for rbtools/api/
Review Request #6686 — Created Dec. 9, 2014 and submitted — Latest diff uploaded
This change updates the code in the rbtools/api/ directory to have a correct
separation of unicode vs bytes, and use unicode literals everywhere.
Ran unit tests.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.
orig
1
2
3
4
rbtools/api/capabilities.py |
---|
rbtools/api/client.py |
---|
rbtools/api/decode.py |
---|
rbtools/api/decorators.py |
---|
rbtools/api/errors.py |
---|
rbtools/api/factory.py |
---|
rbtools/api/request.py |
---|
rbtools/api/resource.py |
---|
rbtools/api/tests.py |
---|
rbtools/api/utils.py |
---|