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