xref
: /
external
/
python
/
futures
/
concurrent
/
__init__.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
from
pkgutil
import
extend_path
2
3
__path__
=
extend_path
(
__path__
,
__name__
)
4