plexpy/lib/concurrent/__init__.py
2015-02-22 18:32:51 +02:00

3 lines
76 B
Python

from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)