xref: /openbmc/openbmc/poky/meta/lib/oeqa/controllers/__init__.py (revision b9af8750acfaddd4a8b99c3e289510b5476c90f3)
1#
2# Copyright OpenEmbedded Contributors
3#
4# SPDX-License-Identifier: GPL-2.0-only
5#
6# Enable other layers to have modules in the same named directory
7from pkgutil import extend_path
8__path__ = extend_path(__path__, __name__)
9