summaryrefslogtreecommitdiffstats
path: root/scripts/bitbake-whatchanged
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-06-02 13:12:52 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-02 11:47:27 +0100
commit77ae2daad5d775d710b953cf0c623ce74cb2c274 (patch)
tree097e89102fd9c3fe0abe2842c243907cfffb1ed9 /scripts/bitbake-whatchanged
parent32765150b860ecdea74b4494b9531f5bc40252bb (diff)
downloadopenembedded-core-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/bitbake-whatchanged')
-rwxr-xr-xscripts/bitbake-whatchanged1
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 @@
# 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