diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-05-10 16:27:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-14 23:05:15 +0100 |
commit | 3249e33251102069c88e2bc3f703cfab51444668 (patch) | |
tree | 77b5ea5d17a2cfaaf612c7f058fedf25574a9b30 /meta-poky/recipes-core | |
parent | bfc21fd9b23ff62c1dc422b606b289f2457f29e5 (diff) | |
download | poky-3249e33251102069c88e2bc3f703cfab51444668.tar.gz |
bitbake: toaster: use 'in' instead of has_key
Dictionary method has_key is deprecated in python 2 and absent
in python 3.
Used '<key> in <dict>' statement to make the code working on
both python 2 and python 3.
[YOCTO #9584]
(Bitbake rev: 3d7ad7ba0d1a6f688ae885817c049f2a8ced11b5)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/recipes-core')
0 files changed, 0 insertions, 0 deletions