mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
wic: removed unused imports
Removed imports of wic.kickstart from plugins as they're not used in the code. (From OE-Core rev: 33d8784470c506fabcf9627e754628cdea61dd07) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d2090a6ba1
commit
d652203b2f
|
@ -27,7 +27,7 @@
|
|||
import os
|
||||
import shutil
|
||||
|
||||
from wic import kickstart, msger
|
||||
from wic import msger
|
||||
from wic.pluginbase import SourcePlugin
|
||||
from wic.utils.misc import get_custom_config
|
||||
from wic.utils.oe.misc import exec_cmd, exec_native_cmd, get_bitbake_var, \
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
import os
|
||||
|
||||
from wic.utils.errors import ImageError
|
||||
from wic import kickstart, msger
|
||||
from wic import msger
|
||||
from wic.utils import runner
|
||||
from wic.utils.misc import get_custom_config
|
||||
from wic.pluginbase import SourcePlugin
|
||||
|
|
|
@ -24,7 +24,7 @@ import os
|
|||
import re
|
||||
import shutil
|
||||
|
||||
from wic import kickstart, msger
|
||||
from wic import msger
|
||||
from wic.pluginbase import SourcePlugin
|
||||
from wic.utils.oe.misc import exec_cmd, exec_native_cmd, get_bitbake_var
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#
|
||||
|
||||
import os
|
||||
from wic import kickstart
|
||||
from wic import msger
|
||||
from wic.utils import syslinux
|
||||
from wic.utils import runner
|
||||
|
|
Loading…
Reference in New Issue
Block a user