Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use importlib.resources to get in-process script #39

Merged
merged 7 commits into from
Feb 4, 2024

Commits on Feb 2, 2024

  1. - removed __file__ usage use importlib instead...

    franz haas committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5b31bf0 View commit details
    Browse the repository at this point in the history
  2. - support 3.8 python...

    franz haas committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e4ff17f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d50dbc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. - use if instead of exception with catch all...

    franz haas committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    92fe31a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bd39e7 View commit details
    Browse the repository at this point in the history
  3. - fixed mistake with as file...

    franz haas committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e485046 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de00ab8 View commit details
    Browse the repository at this point in the history