From b05bf8c6bd82656c80b358de14cdbb9dc1f8b64f Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Thu, 2 Jun 2016 13:12:52 +0300 Subject: 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 Signed-off-by: Richard Purdie --- scripts/bitbake-whatchanged | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/bitbake-whatchanged') 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 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -from __future__ import print_function import os import sys import getopt -- cgit v1.2.3-54-g00ecf