]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: use items and range instead of old APIs
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 10 May 2016 13:13:50 +0000 (16:13 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jun 2016 14:28:23 +0000 (15:28 +0100)
commit372dd3abcb201bd9ac2c3189c5505d3578ce0dd0
tree5ed3a19afea5ed418e0443a7ee66bac2f3086756
parent752ea00919ef054622a51ce097923309934eff2b
toaster: use items and range instead of old APIs

Used items() and range() APIs instead of iteritems() and
xrange() as latter don't exist in python 3

[YOCTO #9584]

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