From aa538a405e6d0ea87d0c5d099c4072e817adee62 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 18 Jun 2010 08:06:37 -0700 Subject: Fix syntax error in shell.py (Bitbake rev: 1bddc77268e57e236c274fd91c889ea00a13891b) Signed-off-by: Chris Larson Signed-off-by: Richard Purdie --- bitbake/lib/bb/shell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbake/lib/bb/shell.py b/bitbake/lib/bb/shell.py index 0dcf45dd5f..aeead679b2 100644 --- a/bitbake/lib/bb/shell.py +++ b/bitbake/lib/bb/shell.py @@ -52,6 +52,7 @@ PROBLEMS: # Import and setup global variables ########################################################################## +from __future__ import print_function try: set except NameError: -- cgit v1.2.3-54-g00ecf