mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
recipetool: cleanup imports
- os is missing - glob is not used (From OE-Core rev: f560bc8972e97d2e497d7b976586e4a79ffc74ec) Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
be94979c69
commit
233d2d8c0d
@@ -5,9 +5,9 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
#
|
#
|
||||||
|
|
||||||
|
import os
|
||||||
import re
|
import re
|
||||||
import logging
|
import logging
|
||||||
import glob
|
|
||||||
from recipetool.create import RecipeHandler, validate_pv
|
from recipetool.create import RecipeHandler, validate_pv
|
||||||
|
|
||||||
logger = logging.getLogger('recipetool')
|
logger = logging.getLogger('recipetool')
|
||||||
|
|||||||
Reference in New Issue
Block a user