]> code.ossystems Code Review - openembedded-core.git/commit
scripts: python3: get rid of __future__ imports
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 2 Jun 2016 10:12:52 +0000 (13:12 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2016 10:47:27 +0000 (11:47 +0100)
commit77ae2daad5d775d710b953cf0c623ce74cb2c274
tree097e89102fd9c3fe0abe2842c243907cfffb1ed9
parent32765150b860ecdea74b4494b9531f5bc40252bb
scripts: python3: get rid of __future__ imports

Removed print_function and with_statement imports from __future__
as they're supported by python 3 by default.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/bitbake-whatchanged
scripts/pybootchartgui/pybootchartgui/main.py.in
scripts/pybootchartgui/pybootchartgui/parsing.py
scripts/wic