Browse Source

celery.worker.pool: import billiard.pool.Pool instead of old DynamicPool

Ask Solem 15 years ago
parent
commit
d98e155b61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/worker/pool.py

+ 1 - 1
celery/worker/pool.py

@@ -3,7 +3,7 @@
 Process Pools.
 Process Pools.
 
 
 """
 """
-from billiard.pool import DynamicPool
+from billiard.pool import Pool
 from billiard.utils.functional import curry
 from billiard.utils.functional import curry
 
 
 from celery import log
 from celery import log