summaryrefslogtreecommitdiff
path: root/astroid/tests/testdata/python3/data/path_pkgutil_2/package/__init__.py
blob: 0bfb5a62b4f6c2c8cb1a6a865bc2d4b36ebfa64e (plain)
1
2
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)