Merge lp://staging/~cjwatson/storm/py3-raise into lp://staging/storm
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 510 |
Proposed branch: | lp://staging/~cjwatson/storm/py3-raise |
Merge into: | lp://staging/storm |
Diff against target: |
196 lines (+39/-36) 2 files modified
storm/schema/patch.py (+7/-4) storm/tz.py (+32/-32) |
To merge this branch: | bzr merge lp://staging/~cjwatson/storm/py3-raise |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Simon Poirier (community) | Approve | ||
Review via email: mp+371121@code.staging.launchpad.net |
Commit message
Use Python 3-compatible raise syntax.
Description of the change
Mostly extracted from https:/
To post a comment you must log in.
+1 LGTM
also, thanks for fixing the indentation :)