Skip to content

Refactor from pkg_resources to importlib.resources#24

Open
janssen70 wants to merge 1 commit intoageitgey:masterfrom
janssen70:janssen70-patch-1
Open

Refactor from pkg_resources to importlib.resources#24
janssen70 wants to merge 1 commit intoageitgey:masterfrom
janssen70:janssen70-patch-1

Conversation

@janssen70
Copy link
Copy Markdown

Eliminate startup warning by replacing pkg_resources with importlib.resources.files() for accessing package data files. Includes fallback to importlib_resources for Python 3.7-3.8 compatibility.

Eliminate startup warning by replacing  pkg_resources with importlib.resources.files() for accessing package data files. Includes fallback to importlib_resources  for Python 3.7-3.8 compatibility.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant