Browse Source

Removes compat celery.messaging module

Ask Solem 8 years ago
parent
commit
b253fc1bfd
1 changed files with 0 additions and 5 deletions
  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',
         },