Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-backports-init / backports / __init__.py
1 # A Python "namespace package" http://www.python.org/dev/peps/pep-0382/
2 # This always goes inside of a namespace package's __init__.py
3
4 from pkgutil import extend_path
5 __path__ = extend_path(__path__, __name__)