소스 검색

Removes compat celery.messaging module

Ask Solem 9 년 전
부모
커밋
b253fc1bfd
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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',
         },