From 862b354f6f777314cd4013f5cbd5aaf0003808d7 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 21 Mar 2007 02:03:49 +0000 Subject: * python/qpid/*.py:: apply 0-9 changes missed by merge. * python/cpp_failing_0-9.txt: update tests to refer to tess_0-9 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@520704 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/client.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/qpid/client.py') diff --git a/python/qpid/client.py b/python/qpid/client.py index e548ef0e99..cdceb87bdf 100644 --- a/python/qpid/client.py +++ b/python/qpid/client.py @@ -131,6 +131,9 @@ class ClientDelegate(Delegate): def basic_deliver(self, ch, msg): self.client.queue(msg.consumer_tag).put(msg) + def channel_pong(self, ch, msg): + msg.ok() + def channel_close(self, ch, msg): ch.close(msg) -- cgit v1.2.1