mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
wic: move PluginMgr class to pluginbase
As PluginMgr class contains only one method it's better to move it to pluginbase to have all plugin related APIs in one module. (From OE-Core rev: 244585b369ecc0019002ca51bf7f8fd506234462) 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
93b3eb37ff
commit
0c0ed61992
@@ -28,7 +28,7 @@
|
||||
import subprocess
|
||||
import logging
|
||||
|
||||
from wic.plugin import PluginMgr, PLUGIN_TYPES
|
||||
from wic.pluginbase import PluginMgr, PLUGIN_TYPES
|
||||
|
||||
logger = logging.getLogger('wic')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user