|
@@ -1,11 +1,10 @@
|
|
import operator
|
|
import operator
|
|
import time
|
|
import time
|
|
|
|
|
|
-from celery.task.control import broadcast
|
|
|
|
-
|
|
|
|
from celery.tests.functional import tasks
|
|
from celery.tests.functional import tasks
|
|
from celery.tests.functional.case import WorkerCase
|
|
from celery.tests.functional.case import WorkerCase
|
|
|
|
|
|
|
|
+from celery.task.control import broadcast
|
|
|
|
|
|
class test_basic(WorkerCase):
|
|
class test_basic(WorkerCase):
|
|
|
|
|