summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/__init__.py
blob: 92f002d872624b5e24ca6cf327448e6d37929a9f (plain)
1
2
3
4
5
6
7
8
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: GPL-2.0-only
#

from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)