Import oe.build in the OEHandler.
authorChris Larson <clarson@kergoth.com>
Fri, 2 Jul 2004 02:25:04 +0000 (02:25 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 2 Jul 2004 02:25:04 +0000 (02:25 +0000)
bin/oe/parse/OEHandler.py

index 3769038..9721ce0 100644 (file)
@@ -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