Merge lp://staging/~brian.curtin/ubuntuone-dev-tools/py3-exception into lp://staging/ubuntuone-dev-tools
Proposed by
Brian Curtin
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Roberto Alsina | ||||
Approved revision: | 81 | ||||
Merged at revision: | 85 | ||||
Proposed branch: | lp://staging/~brian.curtin/ubuntuone-dev-tools/py3-exception | ||||
Merge into: | lp://staging/ubuntuone-dev-tools | ||||
Diff against target: |
12 lines (+1/-1) 1 file modified
ubuntuone/devtools/testcases/dbus.py (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~brian.curtin/ubuntuone-dev-tools/py3-exception | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alejandro J. Cura (community) | Approve | ||
Review via email: mp+120480@code.staging.launchpad.net |
Commit message
- Adjust exception handling to work on Python 3
Description of the change
One usage of exception handling syntax doesn't conform with Python 3's way of handling exceptions. Change an ImportError to use the "as" way instead of the old comma separated way.
To post a comment you must log in.
+1