summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bb/shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bb/shell.py b/lib/bb/shell.py
index 0dcf45dd5..aeead679b 100644
--- a/lib/bb/shell.py
+++ b/lib/bb/shell.py
@@ -52,6 +52,7 @@ PROBLEMS:
# Import and setup global variables
##########################################################################
+from __future__ import print_function
try:
set
except NameError: