Commit 87165ff
committed
feat: drop namespacing hooks
pkg_resources is deprecated.
Since Python 3.3 there is native namespacing.
But this requires that no __init__.py exists, therefore not usable here.
in case we need it, e.g. to support httoop-http2 we can still use
`__path___ = __import__('pkgutil').extend_path(__path__, __name__)`.1 parent 98ef9dd commit 87165ff
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
0 commit comments