]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: fix broken reference to urllib
authorElliot Smith <elliot.smith@intel.com>
Tue, 7 Jun 2016 15:37:27 +0000 (16:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jun 2016 10:08:58 +0000 (11:08 +0100)
commitf66ee686d4e3002a4a38a7424bcc605a6df9db0b
tree1f44da4d8bef815e6a80b1e9bb13ec49492096a3
parent1626e986820da626c19aa8c664155a2cb1db8fd9
toaster: fix broken reference to urllib

The code previously imported urllib to make use of querystring
quoting, but was modified to support Python 3. During this
process, the reference to urllib was not fixed, which resulted
in table filters breaking.

Remove the reference to urllib (which is no longer imported)
and instead reference the imported unquote_plus() function.

Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
lib/toaster/toastergui/widgets.py