Skip to content

Commit bb73a89

Browse files
committed
[ModelicaSystem] shortcut to use OMCSession = OMSessionABC for now
1 parent d6eb0e3 commit bb73a89

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

OMPython/ModelicaSystem.py

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

2828
OMCSessionException,
29-
OMCSession,
3029
OMCSessionLocal,
3130

31+
OMSessionABC,
3232
OMPathABC,
3333
)
3434

35+
OMCSession = OMSessionABC
36+
3537
# define logger using the current module name as ID
3638
logger = logging.getLogger(__name__)
3739

0 commit comments

Comments
 (0)