mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
scriptutils: remove the useless import line
imp was replaced by importlib as it's deprecated, but the import line was left, so remove this useless line. (From OE-Core rev: 95574a7d18a8acfbed1b956677e72044bdfa7ebc) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -77,7 +77,6 @@ def logger_setup_color(logger, color='auto'):
|
||||
|
||||
|
||||
def load_plugins(logger, plugins, pluginpath):
|
||||
import imp
|
||||
|
||||
def load_plugin(name):
|
||||
logger.debug('Loading plugin %s' % name)
|
||||
|
||||
Reference in New Issue
Block a user