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