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-03 13:13:29 +0100 |
commit | b05bf8c6bd82656c80b358de14cdbb9dc1f8b64f (patch) | |
tree | 368a3e33b33c34d2f472290dbbc57ee9b0fa0382 /scripts/bitbake-whatchanged | |
parent | 793b83a3c6b5853d220214642191b11e4bba9f68 (diff) | |
download | poky-b05bf8c6bd82656c80b358de14cdbb9dc1f8b64f.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.
(From OE-Core rev: 77ae2daad5d775d710b953cf0c623ce74cb2c274)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/bitbake-whatchanged')
-rwxr-xr-x | scripts/bitbake-whatchanged | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/bitbake-whatchanged b/scripts/bitbake-whatchanged index b05aead9a1..55b61d0a90 100755 --- a/scripts/bitbake-whatchanged +++ b/scripts/bitbake-whatchanged | |||
@@ -17,7 +17,6 @@ | |||
17 | # along with this program; if not, write to the Free Software | 17 | # along with this program; if not, write to the Free Software |
18 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 | 19 | ||
20 | from __future__ import print_function | ||
21 | import os | 20 | import os |
22 | import sys | 21 | import sys |
23 | import getopt | 22 | import getopt |