]> code.ossystems Code Review - openembedded-core.git/commit
scripts: python3: use new metaclass syntax
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 2 Jun 2016 10:12:53 +0000 (13:12 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2016 10:47:43 +0000 (11:47 +0100)
commit067a2156f36a12c731d49f88cf9d0b0bab7a0dcb
tree075ff9e361bc5762e98342bdc02bfe8ccd7df344
parent77ae2daad5d775d710b953cf0c623ce74cb2c274
scripts: python3: use new metaclass syntax

Used metaclass=<metaclass> syntax instead old
__metaclass__ = <metaclass> as only new one is supported
in python 3.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/test-remote-image