]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: replace map with list comprehensions
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 10 May 2016 13:18:02 +0000 (16:18 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jun 2016 14:28:23 +0000 (15:28 +0100)
commitd41eb6d6c061cb35ec1ecd899f856876f9077167
treee142b88a9034e55431771d18f096c4132ec2fc3e
parent372dd3abcb201bd9ac2c3189c5505d3578ce0dd0
toaster: replace map with list comprehensions

map returns map object in python 3. Replaced calls of
map to equivalent list comprehensions in the code which
requires lists.

[YOCTO #9584]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/toaster/orm/models.py
lib/toaster/toastergui/tables.py
lib/toaster/toastergui/views.py