linuxOS_PX30_CAR/yocto/meta-qt5/lib/recipetool/__init__.py

4 lines
141 B
Python
Raw Normal View History

2026-01-20 05:50:57 +00:00
# Enable other layers to have modules in the same named directory
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)