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

Removes compat celery.task.schedules module

Ask Solem пре 8 година
родитељ
комит
e030c5d24b
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      celery/five.py

+ 0 - 1
celery/five.py

@@ -54,7 +54,6 @@ def _compat_periodic_task_decorator(*args, **kwargs):
 
 COMPAT_MODULES = {
     'celery.task': {
-        'schedules': 'celery.schedules',
         'chords': 'celery.canvas',
     }
 }