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