Merge lp://staging/~cjwatson/storm/py3-exec into lp://staging/storm
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 506 |
Proposed branch: | lp://staging/~cjwatson/storm/py3-exec |
Merge into: | lp://staging/storm |
Diff against target: |
59 lines (+6/-6) 3 files modified
storm/exceptions.py (+1/-1) storm/expr.py (+1/-1) tests/expr.py (+4/-4) |
To merge this branch: | bzr merge lp://staging/~cjwatson/storm/py3-exec |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Colin Watson (community) | Approve | ||
Review via email: mp+368560@code.staging.launchpad.net |
Commit message
Use Python 3-compatible exec functions.
Description of the change
I extracted this from https:/
To post a comment you must log in.
I'll review this myself since I just extracted it from somebody else's MP.