summaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/build.py')
-rw-r--r--lib/bb/build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/build.py b/lib/bb/build.py
index c378a33b3..74fc69890 100644
--- a/lib/bb/build.py
+++ b/lib/bb/build.py
@@ -200,7 +200,6 @@ def exec_func(func, d, dirs = None):
def exec_func_python(func, d, runfile, logfile):
"""Execute a python BB 'function'"""
- import re, os
bbfile = bb.data.getVar('FILE', d, 1)
tmp = "def " + func + "(d):\n%s" % data.getVar(func, d)