summaryrefslogtreecommitdiff
path: root/examples/simple_send.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-0/+2
* pyupgradeOmer Katz2020-07-131-1/+0
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-0/+2
* [kombu3] No longer supports Python 2.5Ask Solem2012-11-081-2/+0
* BrokerConnection is now Connection in docsAsk Solem2012-06-241-4/+4
* Improve examplesAsk Solem2011-09-071-16/+16
* Examples should close connection and channelAsk Solem2011-04-051-0/+4
* Added SimpleQueue examples: examples/simple_receive.py, simple_send.pyAsk Solem2010-12-011-0/+27