gmr / rabbitpy

A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library
http://rabbitpy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
243 stars 58 forks source link

Fix a bug where Bind was called instead of Unbind in amqp_queue.unbind #23

Closed sunbit closed 10 years ago

sunbit commented 10 years ago

Same bug of last pull request, this time with queue unbind :p