소스 검색

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

Ask Solem 15 년 전
부모
커밋
4a03e68514
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.concurrency.processing import Pool, RUN
+from celery.concurrency.processes import Pool, RUN
 from celery.datastructures import ExceptionInfo
 from celery.utils.functional import curry