Skip to content

Remove unused imports/PY2 compat, check_version() calls, and implement graceful ctrl-c handling #37

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

Merged

Conversation

chrisjbillington
Copy link
Member

labscript-suite/labscript-utils#45 removes labconfig.config_prefix which we were importing but not using, so we need to remove it. Also removed other unused imports noticed by my linter.

Remove all version checks as they are now handled by packaging tools.

Implement the standard way of ensuring a PyQt application shuts down cleanly upon ctrl-c.

…t graceful ctrl-c handling

labscript-suite/labscript-utils#45 removes labconfig.config_prefix which
we were importing but not using, so we need to remove it.

We can remove all version checks as they are now handled by packaging
tools.

Implement the standard way of ensuring a PyQt application shuts down
cleanly upon ctrl-C.
@chrisjbillington chrisjbillington merged commit 4702b73 into labscript-suite:master May 24, 2020
@chrisjbillington chrisjbillington deleted the cruft-and-ctrl-c branch May 24, 2020 16:08
Loki27182 pushed a commit to Loki27182/runviewer that referenced this pull request Oct 9, 2023
Restructure into standard Python package
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