]> code.ossystems Code Review - openembedded-core.git/commit
wic: pluginbase: use python 3 metaclass syntax
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 15 Feb 2017 17:43:30 +0000 (19:43 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:31 +0000 (10:42 +0000)
commit808451f154867caef73e00af04f56f051b7d5f6b
tree7cdc7f61be8e1d3ba2caaa88c44fa3668c939b32
parent9b8c69cdc8500ce065dbe607ba07ee95c1016659
wic: pluginbase: use python 3 metaclass syntax

Used more readable syntax to specify metaclass for
the base plugin classes.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/pluginbase.py