Repository: qpid-proton Updated Branches: refs/heads/master 1522100a8 -> 5639656cf
NO-JIRA: ensure requests are sent as strings with python 2 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5639656c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/5639656c Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/5639656c Branch: refs/heads/master Commit: 5639656cf817e8f0f656ee22a31655a50a3fcc39 Parents: 1522100 Author: Gordon Sim <g...@redhat.com> Authored: Tue Oct 11 14:01:53 2016 +0100 Committer: Gordon Sim <g...@redhat.com> Committed: Tue Oct 11 14:02:08 2016 +0100 ---------------------------------------------------------------------- examples/python/sync_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5639656c/examples/python/sync_client.py ---------------------------------------------------------------------- diff --git a/examples/python/sync_client.py b/examples/python/sync_client.py index 95a5650..0b7b045 100755 --- a/examples/python/sync_client.py +++ b/examples/python/sync_client.py @@ -23,7 +23,7 @@ Demonstrates the client side of the synchronous request-response pattern (also known as RPC or Remote Procecure Call) using proton. """ -from __future__ import print_function +from __future__ import print_function, unicode_literals import optparse from proton import Message, Url, ConnectionException, Timeout --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org