Sfoglia il codice sorgente

Removes compat celery.messaging module

Ask Solem 8 anni fa
parent
commit
b253fc1bfd
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      celery/five.py

+ 0 - 5
celery/five.py

@@ -54,11 +54,6 @@ def _compat_periodic_task_decorator(*args, **kwargs):
 
 COMPAT_MODULES = {
     'celery': {
-        'messaging': {
-            'TaskConsumer': 'amqp.TaskConsumer',
-            'establish_connection': 'connection',
-            'get_consumer_set': 'amqp.TaskConsumer',
-        },
         'registry': {
             'tasks': 'tasks',
         },