]> code.ossystems Code Review - openembedded-core.git/commit
scripts: Replace basestring -> str for python3
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 18 May 2016 18:52:33 +0000 (21:52 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2016 07:10:03 +0000 (08:10 +0100)
commite8cfab060f4ff3c4c16387871354d407910e87aa
tree59ae168cb8d2c7ef9fa2a1d18f42ea99c540d14c
parent25d4d8274bac696a484f83d7f3ada778cf95f4d0
scripts: Replace basestring -> str for python3

Python 3 doesn't have basestring type as all string
are unicode strings.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
meta/files/ext-sdk-prepare.py
scripts/lib/devtool/__init__.py
scripts/lib/recipetool/create.py
scripts/lib/recipetool/create_buildsys_python.py
scripts/lib/scriptutils.py