mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
wic: get rid of wildcard imports
Used explicit imports in partitions.py and wicboot.py (From OE-Core rev: 975d919a0f81b06a5e9f99096e92e34e7fbf4b90) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c9876833a4
commit
0fc551edb6
@@ -30,7 +30,8 @@ import uuid
|
|||||||
from optparse import OptionValueError
|
from optparse import OptionValueError
|
||||||
|
|
||||||
from pykickstart.commands.partition import FC4_PartData, FC4_Partition
|
from pykickstart.commands.partition import FC4_PartData, FC4_Partition
|
||||||
from wic.utils.oe.misc import *
|
from wic.utils.oe.misc import msger, parse_sourceparams
|
||||||
|
from wic.utils.oe.misc import exec_cmd, exec_native_cmd
|
||||||
from wic.plugin import pluginmgr
|
from wic.plugin import pluginmgr
|
||||||
|
|
||||||
partition_methods = {
|
partition_methods = {
|
||||||
|
|||||||
@@ -23,10 +23,6 @@
|
|||||||
# AUTHORS
|
# AUTHORS
|
||||||
# Tom Zanussi <tom.zanussi (at] linux.intel.com>
|
# Tom Zanussi <tom.zanussi (at] linux.intel.com>
|
||||||
#
|
#
|
||||||
|
|
||||||
from pykickstart.base import *
|
|
||||||
from pykickstart.errors import *
|
|
||||||
from pykickstart.options import *
|
|
||||||
from pykickstart.commands.bootloader import F8_Bootloader
|
from pykickstart.commands.bootloader import F8_Bootloader
|
||||||
|
|
||||||
class Wic_Bootloader(F8_Bootloader):
|
class Wic_Bootloader(F8_Bootloader):
|
||||||
|
|||||||
Reference in New Issue
Block a user