openmedialibrary_platform/Shared/lib/python2.7/site-packages/backports/__init__.py

3 lines
155 B
Python

# This is a Python "namespace package" http://www.python.org/dev/peps/pep-0382/
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)