Преглед изворни кода

Removes compat celery.registry module

Ask Solem пре 9 година
родитељ
комит
85cfb133d7
1 измењених фајлова са 0 додато и 5 уклоњено
  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',