diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-06-18 08:06:37 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:41:37 +0100 |
commit | aa538a405e6d0ea87d0c5d099c4072e817adee62 (patch) | |
tree | 609634d5725a76078666dab207ec47afa15af851 /bitbake | |
parent | fe9172ed552d0c9112e644bd02ba0d03c09f9f45 (diff) | |
download | poky-aa538a405e6d0ea87d0c5d099c4072e817adee62.tar.gz |
Fix syntax error in shell.py
(Bitbake rev: 1bddc77268e57e236c274fd91c889ea00a13891b)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/shell.py | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
52 | # Import and setup global variables | 52 | # Import and setup global variables |
53 | ########################################################################## | 53 | ########################################################################## |
54 | 54 | ||
55 | from __future__ import print_function | ||
55 | try: | 56 | try: |
56 | set | 57 | set |
57 | except NameError: | 58 | except NameError: |