mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02: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:
parent
b6644fedb4
commit
50ebd252ac
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user