generic-poky/bitbake/lib/toaster/toastermain
Ed Bartosh 3249e33251 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>
2016-05-14 23:05:15 +01:00
..
management bitbake: bin, toaster: Fix print and exception syntax 2016-05-11 10:34:30 +01:00
__init__.py bitbake: toaster: add toaster code to bitbake 2013-10-18 11:13:49 +01:00
settings.py bitbake: toaster: use 'in' instead of has_key 2016-05-14 23:05:15 +01:00
urls.py bitbake: toaster: use 'in' instead of has_key 2016-05-14 23:05:15 +01:00
wsgi.py bitbake: toaster: add vim modelines for .py files 2014-01-27 21:01:04 +00:00