mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02: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
|
||||
##########################################################################
|
||||
|
||||
from __future__ import print_function
|
||||
try:
|
||||
set
|
||||
except NameError:
|
||||
|
||||
Reference in New Issue
Block a user