mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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. (From OE-Core rev: 77ae2daad5d775d710b953cf0c623ce74cb2c274) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
793b83a3c6
commit
b05bf8c6bd
@@ -28,8 +28,6 @@
|
||||
# AUTHORS
|
||||
# Tom Zanussi <tom.zanussi (at] linux.intel.com>
|
||||
#
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = "0.2.0"
|
||||
|
||||
# Python Standard Library modules
|
||||
|
||||
Reference in New Issue
Block a user