summaryrefslogtreecommitdiff
path: root/amqp/basic_message.py
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2013-07-31 15:49:01 +0100
committerAsk Solem <ask@celeryproject.org>2013-07-31 15:49:01 +0100
commitf79929c535d8f45721c31db1c4eed7c5476f2d91 (patch)
tree2dd32d0d425ac8dfaa3b5b7369bae9eba74f857f /amqp/basic_message.py
parent34a108c3e911bee09a20a9c188c0afec9a91383f (diff)
downloadpy-amqp-optimizations.tar.gz
Experimental optimizationsoptimizations
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