File: __init__.py

package info (click to toggle)
python-concurrent.futures 3.0.5-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 216 kB
  • sloc: python: 1,316; makefile: 91
file content (3 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (27)
1
2
3
from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)