summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/hashserv/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/hashserv/tests.py')
-rw-r--r--bitbake/lib/hashserv/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/hashserv/tests.py b/bitbake/lib/hashserv/tests.py
index 5349cd5867..ed1ade749c 100644
--- a/bitbake/lib/hashserv/tests.py
+++ b/bitbake/lib/hashserv/tests.py
@@ -11,7 +11,7 @@ from bb.asyncrpc import InvokeError
11from .client import ClientPool 11from .client import ClientPool
12import hashlib 12import hashlib
13import logging 13import logging
14import multiprocessing 14from bb import multiprocessing
15import os 15import os
16import sys 16import sys
17import tempfile 17import tempfile