소스 검색

Forgot to import ImproperlyConfigured

Ask Solem 15 년 전
부모
커밋
81c68db225
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      celery/bin/celeryd.py

+ 1 - 0
celery/bin/celeryd.py

@@ -80,6 +80,7 @@ from celery.task import discard_all
 from celery.utils import info
 from celery.utils import get_full_cls_name
 from celery.worker import WorkController
+from celery.exceptions import ImproperlyConfigured
 
 STARTUP_INFO_FMT = """
 Configuration ->