Skip to content

Commit d1f72e6

Browse files
committed
[ModelicaSystem] shortcut to use OMCSession = OMSessionABC for now
1 parent 56843f5 commit d1f72e6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

OMPython/ModelicaSystem.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,15 @@
2626
ModelExecutionException,
2727

2828
OMCSessionException,
29-
OMCSession,
3029
OMCSessionLocal,
3130

3231
OMPathBase,
32+
33+
OMSessionABC,
3334
)
3435

36+
OMCSession = OMSessionABC
37+
3538
# define logger using the current module name as ID
3639
logger = logging.getLogger(__name__)
3740

0 commit comments

Comments
 (0)