Skip to content

Commit da5a2c4

Browse files
author
spielman
committed
Comment fix.
1 parent 5f9e1dd commit da5a2c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

labscript_utils/device_registry/_device_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from labscript_utils import dedent
77
from labscript_utils.labconfig import LabConfig
88

9-
# deal with removal of _imp from new python
9+
# deal with removal of imp from python 3.12
1010
try:
1111
import _imp as imp
1212
except ImportError:

labscript_utils/modulewatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import site
1818
import sysconfig
1919

20-
# deal with removal of _imp from new python
20+
# deal with removal of imp from python 3.12
2121
try:
2222
import _imp as imp
2323
except ImportError:

0 commit comments

Comments
 (0)