oe.patch: add missing imports

(From OE-Core rev: cefbf3a14fcf87e18f7a63a1f55904d9d612ed3e)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chris Larson 2011-03-16 07:46:24 -07:00 committed by Richard Purdie
parent fb02ca3a16
commit 21a3b6de9d
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
import oe.path
import os
import bb.utils, bb.msg, bb.data, bb.fetch2
class NotFoundError(Exception):
def __init__(self, path):