We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9e1dd commit da5a2c4Copy full SHA for da5a2c4
labscript_utils/device_registry/_device_registry.py
@@ -6,7 +6,7 @@
6
from labscript_utils import dedent
7
from labscript_utils.labconfig import LabConfig
8
9
-# deal with removal of _imp from new python
+# deal with removal of imp from python 3.12
10
try:
11
import _imp as imp
12
except ImportError:
labscript_utils/modulewatcher.py
@@ -17,7 +17,7 @@
17
import site
18
import sysconfig
19
20
21
22
23
0 commit comments