Repository: qpid-proton Updated Branches: refs/heads/master c4d2c3cb0 -> 4030a41f8
aesthetic fix Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/4030a41f Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/4030a41f Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/4030a41f Branch: refs/heads/master Commit: 4030a41f84491ae5482dda79dc3ddd8bbaa8cf23 Parents: c4d2c3c Author: Rafael Schloming <[email protected]> Authored: Fri Jan 23 07:30:14 2015 -0500 Committer: Rafael Schloming <[email protected]> Committed: Fri Jan 23 07:30:14 2015 -0500 ---------------------------------------------------------------------- proton-c/bindings/python/proton/handlers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4030a41f/proton-c/bindings/python/proton/handlers.py ---------------------------------------------------------------------- diff --git a/proton-c/bindings/python/proton/handlers.py b/proton-c/bindings/python/proton/handlers.py index 7fe27c1..b18bda6 100644 --- a/proton-c/bindings/python/proton/handlers.py +++ b/proton-c/bindings/python/proton/handlers.py @@ -467,12 +467,12 @@ class PythonIO: def on_unhandled(self, method, event): event.dispatch(self.delegate) - def on_selectable_updated(self, event): - pass - def on_selectable_init(self, event): self.selectables.append(event.context) + def on_selectable_updated(self, event): + pass + def on_selectable_final(self, event): sel = event.context if sel.is_terminal: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
