Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
3759ea413dc24759b5ba526d387ff19652b602e5
/
.
/
poky
/
bitbake
/
lib
/
bblayers
/
__init__.py
blob: 3ad9513f40e0c4c6eb5c09fa404aaa95e3ee8753 [
file
] [
log
] [
blame
]
Patrick Williams
c0f7c04
2017-02-23 20:41:17 -0600
[
diff
] [
blame
]
1
from
pkgutil
import
extend_path
2
__path__
=
extend_path
(
__path__
,
__name__
)