MiaouKING
Results
1
issues of
MiaouKING
The file in `system/lib/pvr-tex-tool.py` seems to be using distutils, but the module has been deprecated ever since Python 1.12. Replacing: ``` def _get_executable_path(*paths: str) -> str | None: from distutils.spawn...