aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oeqa/controllers/__init__.py
blob: df3c142aed8cc4b893c59ccf711d8521cecc8986 (plain)
1
2
3
# This is needed so that multiple locations can provide the same package
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)