ソースを参照

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