Browse Source

Removes compat celery.registry module

Ask Solem 9 năm trước cách đây
mục cha
commit
85cfb133d7
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      celery/five.py

+ 0 - 5
celery/five.py

@@ -53,11 +53,6 @@ def _compat_periodic_task_decorator(*args, **kwargs):
     return periodic_task(*args, **kwargs)
 
 COMPAT_MODULES = {
-    'celery': {
-        'registry': {
-            'tasks': 'tasks',
-        },
-    },
     'celery.task': {
         'control': {
             'broadcast': 'control.broadcast',