summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/build.py')
-rw-r--r--bitbake/lib/bb/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py
index e288e35613..129150a760 100644
--- a/bitbake/lib/bb/build.py
+++ b/bitbake/lib/bb/build.py
@@ -40,6 +40,7 @@ logger = logging.getLogger('BitBake.Build')
40 40
41NULL = open(os.devnull, 'r+') 41NULL = open(os.devnull, 'r+')
42 42
43
43# When we execute a python function we'd like certain things 44# When we execute a python function we'd like certain things
44# in all namespaces, hence we add them to __builtins__ 45# in all namespaces, hence we add them to __builtins__
45# If we do not do this and use the exec globals, they will 46# If we do not do this and use the exec globals, they will