diff options
Diffstat (limited to 'meta/lib/oe/patch.py')
-rw-r--r-- | meta/lib/oe/patch.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py index 17b7e1f27d..bc86bb5391 100644 --- a/meta/lib/oe/patch.py +++ b/meta/lib/oe/patch.py | |||
@@ -1,6 +1,4 @@ | |||
1 | import oe.path | 1 | import oe.path |
2 | import os | ||
3 | import bb.utils, bb.msg, bb.data, bb.fetch2 | ||
4 | 2 | ||
5 | class NotFoundError(bb.BBHandledException): | 3 | class NotFoundError(bb.BBHandledException): |
6 | def __init__(self, path): | 4 | def __init__(self, path): |