All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lib/oe/gpg_sign.py: Remove unwanted import
@ 2019-09-04 10:01 vijaikumar.kanagarajan
  0 siblings, 0 replies; only message in thread
From: vijaikumar.kanagarajan @ 2019-09-04 10:01 UTC (permalink / raw)
  To: openembedded-core; +Cc: Vijai Kumar K

From: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>

Remove unwanted import of oe.utils.

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.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 d7624804d5..7634d7ef1d 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
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-04 10:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-04 10:01 [PATCH] lib/oe/gpg_sign.py: Remove unwanted import vijaikumar.kanagarajan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.