]> code.ossystems Code Review - openembedded-core.git/commit
scripts: Fix urlparse imports for python3
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 19 May 2016 09:33:44 +0000 (12:33 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2016 07:10:03 +0000 (08:10 +0100)
commit0a064f2216895db0181ee033a785328e704ddc0b
tree130dc1a21e7e5e511777276fbb426391782668e2
parentde6e98f272e623ce72e724e66920eecf10cb2d41
scripts: Fix urlparse imports for python3

Used urllib.parse instead of urlparse to make code
working in python 3.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/recipetool/create.py