efficient vim config
[dotfiles/.git] / .local / lib / python2.7 / site-packages / concurrent / __init__.py
1 from pkgutil import extend_path
2
3 __path__ = extend_path(__path__, __name__)