diff options
| author | Ask Solem <ask@celeryproject.org> | 2016-07-16 13:33:32 -0700 |
|---|---|---|
| committer | Ask Solem <ask@celeryproject.org> | 2016-07-16 13:34:08 -0700 |
| commit | 85c191a48ace265836bbce39a2c8a5fab98833b8 (patch) | |
| tree | 74f0aa9d37b8557db5fb5c18964713726c26ad82 /docs/userguide | |
| parent | 2358f990d5dcccd10a024fa7bb9fba57a19357bc (diff) | |
| download | kombu-85c191a48ace265836bbce39a2c8a5fab98833b8.tar.gz | |
Reorganizes kombu.utils.__init__ package
Diffstat (limited to 'docs/userguide')
| -rw-r--r-- | docs/userguide/consumers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/consumers.rst b/docs/userguide/consumers.rst index e76a88b6..02ed2cf0 100644 --- a/docs/userguide/consumers.rst +++ b/docs/userguide/consumers.rst @@ -37,7 +37,7 @@ Draining events from several consumers: .. code-block:: python - from kombu.utils import nested + from kombu.utils.compat import nested with connection.channel(), connection.channel() as (channel1, channel2): with nested(Consumer(channel1, queues1, accept=['json']), |
