summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/shell.py1
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
55from __future__ import print_function
55try: 56try:
56 set 57 set
57except NameError: 58except NameError: