]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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 23:18:17 +0000 (23:18 +0000)
commit455ce228df18eb67ba08b7433eea334df6994391
tree89f18f4fa76c12abf07a7baf96f7cb177a287e65
parentd088d22a385af47d4feb0049deac34fc09120d4b
wic: pluginbase: use python 3 metaclass syntax

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

(From OE-Core rev: 808451f154867caef73e00af04f56f051b7d5f6b)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/pluginbase.py