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.
imp
1 parent 851f354 commit 37aa2caCopy full SHA for 37aa2ca
labscript_utils/device_registry/_device_registry.py
@@ -8,9 +8,9 @@
8
9
# deal with removal of imp from python 3.12
10
try:
11
- import _imp as imp
12
-except ImportError:
13
import imp
+except ImportError:
+ import _imp as imp
14
15
"""This file contains the machinery for registering and looking up what BLACS tab and
16
runviewer parser classes belong to a particular labscript device. "labscript device"
labscript_utils/modulewatcher.py
@@ -19,9 +19,9 @@
19
20
21
22
23
24
25
26
27
# Directories in which the standard library and installed packages may be located.
0 commit comments