summaryrefslogtreecommitdiff
path: root/amqp/basic_message.py
diff options
context:
space:
mode:
Diffstat (limited to 'amqp/basic_message.py')
-rw-r--r--amqp/basic_message.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/amqp/basic_message.py b/amqp/basic_message.py
index 192ede9..833f1f0 100644
--- a/amqp/basic_message.py
+++ b/amqp/basic_message.py
@@ -23,6 +23,7 @@ __all__ = ['Message']
class Message(GenericContent):
"""A Message for use with the Channnel.basic_* methods."""
+ complete = False
#: Instances of this class have these attributes, which
#: are passed back and forth as message properties between