From 357f7b932aa8f2c41dd7be8e99a3a5a672d3f94c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 2 Jul 2004 02:25:04 +0000 Subject: [PATCH] Import oe.build in the OEHandler. --- bin/oe/parse/OEHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/oe/parse/OEHandler.py b/bin/oe/parse/OEHandler.py index 3769038..9721ce0 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 -- 2.7.4