]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: fix test_toaster_tables
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 7 Jun 2016 15:37:26 +0000 (16:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jun 2016 10:08:58 +0000 (11:08 +0100)
commit1626e986820da626c19aa8c664155a2cb1db8fd9
tree2b1478bb53d843b8afb190e0377370b1c64da80d
parenteb23a84e079125a08d0c8e910f7035ad9584c432
toaster: fix test_toaster_tables

Removed unneeded code as it causes the following error in Python 3:
    TypeError: expected bytes, bytearray or buffer compatible object

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
lib/toaster/toastergui/tests.py