summaryrefslogtreecommitdiffstats
path: root/lib/bb/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/utils.py')
-rw-r--r--lib/bb/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/utils.py b/lib/bb/utils.py
index 5301ebaa97..7686602432 100644
--- a/lib/bb/utils.py
+++ b/lib/bb/utils.py
@@ -863,5 +863,5 @@ def process_profilelog(fn):
# Was present to work around multiprocessing pool bugs in python < 2.7.3
#
def multiprocessingpool(*args, **kwargs):
- return multiprocessing.pool.Pool(*args, **kwargs)
+ return multiprocessing.Pool(*args, **kwargs)