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 Ctrl-C processing & use as lib with recent python versions #960

Merged
merged 2 commits into from
Oct 27, 2023

Commits on Sep 29, 2023

  1. fix Ctrl-C processing

    cathales committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    686e234 View commit details
    Browse the repository at this point in the history
  2. fix for recent python versions

    With newest Python versions, dv.scripts module cannot be found if dv is
    used as a submodule.
    This modifications adds an empty `__init__.py` file so that it can be
    found by Python 3.9.
    cathales committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    41284d6 View commit details
    Browse the repository at this point in the history