Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use importlib.resources to get in-process script (#39)
* - removed __file__ usage use importlib instead... * - support 3.8 python... * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * - use if instead of exception with catch all... * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * - fixed mistake with as file... * Apply suggestions from code review --------- Co-authored-by: franz haas <franz.haas@ams-osram.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Frost Ming <mianghong@gmail.com>
- Loading branch information