python-backports/backports.py

3 lines
75 B
Python
Raw Permalink Normal View History

2014-09-16 22:26:28 +04:00
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)