xref: /OK3568_Linux_fs/yocto/meta-qt5/lib/recipetool/__init__.py (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# Enable other layers to have modules in the same named directory
2*4882a593Smuzhiyunfrom pkgutil import extend_path
3*4882a593Smuzhiyun__path__ = extend_path(__path__, __name__)
4