Add default routing key to exchange_bind.

This commit is contained in:
Rumyana Neykova 2012-08-23 10:56:11 +01:00
parent 5ee8481de8
commit 96e43cf5bd
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ class Exchange(MaybeChannelBound):
nowait=nowait,
passive=passive)
def exchange_bind(self, source = '', routing_key = None,
def exchange_bind(self, source = '', routing_key = '',
nowait = False, **kwargs):
"""Binds the exchange to another exchange.