소스 검색

Remove out of date comment

Ask Solem 11 년 전
부모
커밋
c900192b7c
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      celery/fixups/django.py

+ 0 - 6
celery/fixups/django.py

@@ -133,12 +133,6 @@ class DjangoWorkerFixup(object):
         )
 
     def install(self):
-        """Called when the worker starts.
-
-        Automatically discovers any ``tasks.py`` files in the applications
-        listed in ``INSTALLED_APPS``.
-
-        """
         signals.beat_embedded_init.connect(self.close_database)
         signals.worker_ready.connect(self.on_worker_ready)
         signals.task_prerun.connect(self.on_task_prerun)