mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
fb02ca3a16
commit
21a3b6de9d
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user