summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oe/patch.py2
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 @@
1import oe.path 1import oe.path
2import os
3import bb.utils, bb.msg, bb.data, bb.fetch2
2 4
3class NotFoundError(Exception): 5class NotFoundError(Exception):
4 def __init__(self, path): 6 def __init__(self, path):