diff options
| author | Chris Larson <chris_larson@mentor.com> | 2011-03-16 07:46:24 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 15:43:54 +0000 |
| commit | 21a3b6de9d6b6a47f2019150875c5ff75c5d2822 (patch) | |
| tree | 74446cbb0819c9739d74742f993ad59201ee5df5 /meta/lib | |
| parent | fb02ca3a162552e2947d953af662cd0771f4c6f4 (diff) | |
| download | poky-21a3b6de9d6b6a47f2019150875c5ff75c5d2822.tar.gz | |
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>
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oe/patch.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 1 | import oe.path | 1 | import oe.path |
| 2 | import os | ||
| 3 | import bb.utils, bb.msg, bb.data, bb.fetch2 | ||
| 2 | 4 | ||
| 3 | class NotFoundError(Exception): | 5 | class NotFoundError(Exception): |
| 4 | def __init__(self, path): | 6 | def __init__(self, path): |
