Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
92b42cb35d755f8cfe6c17d403711a536e0f0721
/
.
/
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__
)