소스 검색

Removes compat celery.task.chords module

Ask Solem 9 년 전
부모
커밋
b9e562b872
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      celery/five.py

+ 0 - 3
celery/five.py

@@ -53,9 +53,6 @@ def _compat_periodic_task_decorator(*args, **kwargs):
     return periodic_task(*args, **kwargs)
 
 COMPAT_MODULES = {
-    'celery.task': {
-        'chords': 'celery.canvas',
-    }
 }