aboutsummaryrefslogtreecommitdiff
path: root/bugzilla_fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla_fetch.py')
-rwxr-xr-xbugzilla_fetch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzilla_fetch.py b/bugzilla_fetch.py
index 2ba2d9d..501bb5b 100755
--- a/bugzilla_fetch.py
+++ b/bugzilla_fetch.py
@@ -119,6 +119,7 @@ def run_fetch(bugid, tries=1):
def main():
bugs = return_bug_list()
+
from multiprocessing import Pool
pool = Pool(processes=int(config.bz_fetchmulti))
_ = pool.map(run_fetch, bugs)