diff options
-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): |