mirror of https://github.com/celery/kombu.git
Just fix a missing "import"
This commit is contained in:
parent
857bd4e2cd
commit
ed67ff1966
|
@ -81,7 +81,7 @@ Quick overview
|
|||
|
||||
::
|
||||
|
||||
from kombu.connection BrokerConnection
|
||||
from kombu.connection import BrokerConnection
|
||||
from kombu.messaging import Exchange, Queue, Consumer, Producer
|
||||
|
||||
media_exchange = Exchange("media", "direct", durable=True)
|
||||
|
|
Loading…
Reference in New Issue