Skip to content

remove usage of pkg_resources

Since python 3.3 and as described in PEP 420, namespace are implicit now for packages and you need to remove the init.py files to crate one.

Merge request reports

Loading