Sfoglia il codice sorgente

Forgot to import ImproperlyConfigured

Ask Solem 15 anni fa
parent
commit
81c68db225
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 ->