summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-02 02:25:04 +0000
committerChris Larson <clarson@kergoth.com>2004-07-02 02:25:04 +0000
commit357f7b932aa8f2c41dd7be8e99a3a5a672d3f94c (patch)
treedf829b9a9cf61fd118fac0ace7aeebbe4062a064 /bin
parentd2328aea13b0df12ca72da15acafa47d612cf20a (diff)
downloadbitbake-357f7b932aa8f2c41dd7be8e99a3a5a672d3f94c.tar.gz
Import oe.build in the OEHandler.
Diffstat (limited to 'bin')
-rw-r--r--bin/oe/parse/OEHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oe/parse/OEHandler.py b/bin/oe/parse/OEHandler.py
index 37690383b..9721ce099 100644
--- a/bin/oe/parse/OEHandler.py
+++ b/bin/oe/parse/OEHandler.py
@@ -6,7 +6,7 @@
Reads the file and obtains its metadata"""
import re, oe, os, sys
-import oe.fetch
+import oe.fetch, oe.build
from oe import debug, data, fetch, fatal
from oe.parse.ConfHandler import include, localpath, obtain, init