summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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