Sfoglia il codice sorgente

Fixed typo in previous commit: celery.concurrency.processing -> .processes

Ask Solem 15 anni fa
parent
commit
4a03e68514
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      celery/worker/pool.py

+ 1 - 1
celery/worker/pool.py

@@ -5,7 +5,7 @@ Process Pools.
 """
 """
 
 
 from celery import log
 from celery import log
-from celery.concurrency.processing import Pool, RUN
+from celery.concurrency.processes import Pool, RUN
 from celery.datastructures import ExceptionInfo
 from celery.datastructures import ExceptionInfo
 from celery.utils.functional import curry
 from celery.utils.functional import curry