]> code.ossystems Code Review - openembedded-core.git/commit
scripts: python3: fix urllib imports
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 2 Jun 2016 10:12:50 +0000 (13:12 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2016 10:46:15 +0000 (11:46 +0100)
commitec3f1759e8b491a44a1fc1ecb6f89919dd30da97
tree217273e893b3f561333c51e629ce562828cc5328
parent438eabc248f272e3d272aecaa4c9cec177b172d5
scripts: python3: fix urllib imports

Some functions and classes have been moved from urllib[2]
to urllib.request and urllib.error in python 3.

Used new imports to make the code working in python 3.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/verify-homepage.py
scripts/send-error-report