From: Chris Larson Date: Wed, 16 Mar 2011 14:46:24 +0000 (-0700) Subject: oe.patch: add missing imports X-Git-Tag: 2011-1~1975 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cefbf3a14fcf87e18f7a63a1f55904d9d612ed3e;p=openembedded-core.git oe.patch: add missing imports Signed-off-by: Chris Larson --- diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py index c8eeb8bc4c..5fb687dda0 100644 --- a/meta/lib/oe/patch.py +++ b/meta/lib/oe/patch.py @@ -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):