Merge lp://staging/~mterry/unity-lens-photos/oauthlib into lp://staging/unity-lens-photos
Proposed by
Michael Terry
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 51 | ||||
Proposed branch: | lp://staging/~mterry/unity-lens-photos/oauthlib | ||||
Merge into: | lp://staging/unity-lens-photos | ||||
Diff against target: |
988 lines (+20/-904) 5 files modified
MANIFEST.in (+0/-2) setup.py (+0/-2) src/flickr_scope.py (+20/-18) src/oauth2.py (+0/-864) src/oauth2_version.py (+0/-18) |
||||
To merge this branch: | bzr merge lp://staging/~mterry/unity-lens-photos/oauthlib | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
David Callé (community) | Approve | ||
Review via email: mp+122738@code.staging.launchpad.net |
Description of the change
Convert to python3-oauthlib instead of the embedded copy of oauth2.py.
This is in service of MIR https:/
This will need python3-oauthlib, which isn't yet in quantal. But you can grab it from my PPA https:/
To post a comment you must log in.
Looking good. Thanks!