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 2878076 commit 8b71667Copy full SHA for 8b71667
softioc/__init__.py
@@ -5,6 +5,10 @@
5
from epicscorelibs.ioc import \
6
iocshRegisterCommon, registerRecordDeviceDriver, pdbbase
7
8
+# Do this as early as possible, in case we happen to use cothread
9
+# as it's harmless if we don't
10
+import epicscorelibs.path.cothread # noqa
11
+
12
# This import will also pull in the extension, which is needed
13
# before we call iocshRegisterCommon
14
from .imports import dbLoadDatabase
0 commit comments