[oe-commits] [bitbake] 05/07: hashserve: Add missing import

git at git.openembedded.org git at git.openembedded.org
Fri Sep 27 12:04:53 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository bitbake.

commit 31a5111bcd0080a583d0d95fad3e09ae78bdf0fa
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Thu Sep 26 12:51:45 2019 -0500

    hashserve: Add missing import
    
    The os module is required to connect to a unix domain socket
    
    Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/hashserv/client.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/hashserv/client.py b/lib/hashserv/client.py
index 2559bbb..f659566 100644
--- a/lib/hashserv/client.py
+++ b/lib/hashserv/client.py
@@ -7,6 +7,7 @@ from contextlib import closing
 import json
 import logging
 import socket
+import os
 
 
 logger = logging.getLogger('hashserv.client')

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list