diff options
Diffstat (limited to 'python/qpid/spec.py')
-rw-r--r-- | python/qpid/spec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/spec.py b/python/qpid/spec.py index c537401164..09e7dc9d0b 100644 --- a/python/qpid/spec.py +++ b/python/qpid/spec.py @@ -240,7 +240,7 @@ class Method(Metadata): "content": None, "uuid": "", "rfc1982_long": 0, - "rfc1982_long_set": 0 + "rfc1982_long_set": [] } def define_method(self, name): |