Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
2194f503e17619bcd36b4289902d13457aac638e
/
.
/
poky
/
meta
/
lib
/
oe
/
__init__.py
blob: 92f002d872624b5e24ca6cf327448e6d37929a9f [
file
] [
log
] [
blame
]
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: GPL-2.0-only
#
from
pkgutil
import
extend_path
__path__
=
extend_path
(
__path__
,
__name__
)