From 01652ef4ec4d7a92bfdcf677c27fb28968398bc6 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Fri, 10 Aug 2007 15:55:16 +0000 Subject: added support for unpacked structs and execution.result git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@564637 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/qpid/message.py') diff --git a/python/qpid/message.py b/python/qpid/message.py index 7e28b63037..c9ea5a8a0c 100644 --- a/python/qpid/message.py +++ b/python/qpid/message.py @@ -29,7 +29,7 @@ class Message: if self.method.is_l4_command(): self.command_id = self.channel.incoming_completion.sequence.next() #print "allocated: ", self.command_id, "to ", self.method.klass.name, "_", self.method.name - + def __len__(self): return len(self.frame.args) -- cgit v1.2.1