Repository: qpid-proton Updated Branches: refs/heads/master df970a8fd -> db437cf4a
removed alan's extraneous colon Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/db437cf4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/db437cf4 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/db437cf4 Branch: refs/heads/master Commit: db437cf4a53a4894b2a928cd6d646097d5f5f46e Parents: df970a8 Author: Rafael Schloming <[email protected]> Authored: Fri Nov 28 08:41:06 2014 -0500 Committer: Rafael Schloming <[email protected]> Committed: Fri Nov 28 08:41:38 2014 -0500 ---------------------------------------------------------------------- proton-c/src/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/db437cf4/proton-c/src/protocol.py ---------------------------------------------------------------------- diff --git a/proton-c/src/protocol.py b/proton-c/src/protocol.py index bc8aaf4..2bde03d 100644 --- a/proton-c/src/protocol.py +++ b/proton-c/src/protocol.py @@ -35,7 +35,7 @@ RESTRICTIONS = {} COMPOSITES = {} for type in doc.query["amqp/section/type"] + mdoc.query["amqp/section/type"] + \ - sdoc.query["amqp/section/type"] + tdoc.query["amqp/section/type"]:: + sdoc.query["amqp/section/type"] + tdoc.query["amqp/section/type"]: source = type["@source"] if source: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
