Just fix a missing "import"

This commit is contained in:
Alexandre Bourget 2010-12-20 14:50:44 -05:00
parent 857bd4e2cd
commit ed67ff1966
1 changed files with 1 additions and 1 deletions

View File

@ -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)