diff options
Diffstat (limited to 'python/qpid/message.py')
| -rw-r--r-- | python/qpid/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
