1
0
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:
Ed Bartosh
2017-02-15 21:24:38 +02:00
committed by Richard Purdie
parent 93b3eb37ff
commit 0c0ed61992
6 changed files with 48 additions and 74 deletions
+1 -1
View File
@@ -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')