labscript-suite / labscript-devices

A modular and extensible plugin architecture to control experiment hardware using the 𝘭𝘒𝘣𝘴𝘀𝘳π˜ͺ𝘱𝘡 𝘴𝘢π˜ͺ𝘡𝘦.
http://labscriptsuite.org
Other
5 stars 58 forks source link

Remove cruft #50

Closed chrisjbillington closed 4 years ago

chrisjbillington commented 4 years ago

Remove/update all references to:

labscript_suite_install_dir (one reference, was unused) PY2 __future__ labscript_utils.VersionException -> changed the two uses to a RuntimeError sys.version (all checks were redundant since we don't support PY<3.6) labscript_utils.check_version

Remove any unused imports my linter happened upon whilst cleaning these out