mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
fe9172ed55
commit
aa538a405e
@@ -52,6 +52,7 @@ PROBLEMS:
|
|||||||
# Import and setup global variables
|
# Import and setup global variables
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
|
from __future__ import print_function
|
||||||
try:
|
try:
|
||||||
set
|
set
|
||||||
except NameError:
|
except NameError:
|
||||||
|
|||||||
Reference in New Issue
Block a user