[oe-commits] [openembedded-core] 07/27: lib/oe/gpg_sign.py: Remove unwanted import

git at git.openembedded.org git at git.openembedded.org
Fri Sep 6 13:58:44 UTC 2019


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

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 42e9de68384fb24d5c9a5f161810be90c45942d2
Author: Vijai Kumar K <Vijaikumar_Kanagarajan at mentor.com>
AuthorDate: Wed Sep 4 15:31:42 2019 +0530

    lib/oe/gpg_sign.py: Remove unwanted import
    
    Remove unwanted import of oe.utils.
    
    Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan at mentor.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/lib/oe/gpg_sign.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/lib/oe/gpg_sign.py b/meta/lib/oe/gpg_sign.py
index d762480..7634d7e 100644
--- a/meta/lib/oe/gpg_sign.py
+++ b/meta/lib/oe/gpg_sign.py
@@ -6,7 +6,6 @@
 import os
 
 import bb
-import oe.utils
 import subprocess
 import shlex
 

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


More information about the Openembedded-commits mailing list