diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-06-02 13:12:52 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-02 11:47:27 +0100 |
commit | 77ae2daad5d775d710b953cf0c623ce74cb2c274 (patch) | |
tree | 097e89102fd9c3fe0abe2842c243907cfffb1ed9 /scripts/wic | |
parent | 32765150b860ecdea74b4494b9531f5bc40252bb (diff) | |
download | openembedded-core-contrib-77ae2daad5d775d710b953cf0c623ce74cb2c274.tar.gz |
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>
Diffstat (limited to 'scripts/wic')
-rwxr-xr-x | scripts/wic | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/wic b/scripts/wic index 5cc06f4c495..9023755302a 100755 --- a/scripts/wic +++ b/scripts/wic @@ -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 |