|
@@ -4,6 +4,7 @@ Working with tasks and task sets.
|
|
|
|
|
|
"""
|
|
|
from carrot.connection import DjangoAMQPConnection
|
|
|
+from celery.messaging import TaskConsumer
|
|
|
from celery.conf import AMQP_CONNECTION_TIMEOUT
|
|
|
from celery.registry import tasks
|
|
|
from celery.backends import default_backend
|