ansible-later/testenv/lib/python2.7/site-packages/backports/__init__.py

6 lines
211 B
Python
Raw Normal View History

2019-04-23 11:04:27 +00:00
# A Python "namespace package" http://www.python.org/dev/peps/pep-0382/
# This always goes inside of a namespace package's __init__.py
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)