diff options
Diffstat (limited to 'bitbake/lib/hashserv/tests.py')
-rw-r--r-- | bitbake/lib/hashserv/tests.py | 2 |
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 | |||
11 | from .client import ClientPool | 11 | from .client import ClientPool |
12 | import hashlib | 12 | import hashlib |
13 | import logging | 13 | import logging |
14 | import multiprocessing | 14 | from bb import multiprocessing |
15 | import os | 15 | import os |
16 | import sys | 16 | import sys |
17 | import tempfile | 17 | import tempfile |