Skip to content

Commit 8b71667

Browse files
committed
Make sure we use epicscorelibs libca in cothread
1 parent 2878076 commit 8b71667

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

softioc/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
from epicscorelibs.ioc import \
66
iocshRegisterCommon, registerRecordDeviceDriver, pdbbase
77

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+
812
# This import will also pull in the extension, which is needed
913
# before we call iocshRegisterCommon
1014
from .imports import dbLoadDatabase

0 commit comments

Comments
 (0)