From: Chris Larson Date: Fri, 18 Jun 2010 15:06:37 +0000 (-0700) Subject: Fix syntax error in shell.py X-Git-Tag: 2011-1~5462 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=aa538a405e6d0ea87d0c5d099c4072e817adee62;p=openembedded-core.git Fix syntax error in shell.py (Bitbake rev: 1bddc77268e57e236c274fd91c889ea00a13891b) Signed-off-by: Chris Larson Signed-off-by: Richard Purdie --- 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: