docs: update for J-Release
[pti/rtp.git] / 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__)