Merge lp://staging/~xnox/lazr.restfulclient/fixes into lp://staging/lazr.restfulclient
Proposed by
Dimitri John Ledkov
Status: | Merged |
---|---|
Merged at revision: | 137 |
Proposed branch: | lp://staging/~xnox/lazr.restfulclient/fixes |
Merge into: | lp://staging/lazr.restfulclient |
Diff against target: |
743 lines (+84/-310) 9 files modified
buildout.cfg (+1/-1) ez_setup.py (+0/-241) setup.py (+6/-7) src/lazr/restfulclient/_browser.py (+14/-23) src/lazr/restfulclient/authorize/oauth.py (+2/-1) src/lazr/restfulclient/resource.py (+22/-12) src/lazr/restfulclient/tests/test_atomicfilecache.py (+29/-15) src/lazr/restfulclient/tests/test_error.py (+2/-2) src/lazr/restfulclient/tests/test_oauth.py (+8/-8) |
To merge this branch: | bzr merge lp://staging/~xnox/lazr.restfulclient/fixes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Barry Warsaw | Needs Information | ||
LAZR Developers | Pending | ||
Review via email: mp+224945@code.staging.launchpad.net |
Commit message
Simplify setup.py and fix one python3 syntax error.
To post a comment you must log in.
A few minor comments and one important question. (inline of course)