Skip to content

Commit 23565bc

Browse files
committed
[OMCSession] split file
1 parent 58d6912 commit 23565bc

File tree

6 files changed

+1935
-1837
lines changed

6 files changed

+1935
-1837
lines changed

OMPython/ModelicaSystem.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@
2626
ModelExecutionData,
2727
ModelExecutionException,
2828
)
29-
from OMPython.OMCSession import (
30-
OMSessionException,
31-
OMCSessionLocal,
32-
29+
from OMPython.om_session_abc import (
3330
OMPathABC,
34-
3531
OMSessionABC,
32+
OMSessionException,
33+
)
34+
from OMPython.om_session_omc import (
35+
OMCSessionLocal,
36+
)
37+
from OMPython.om_session_runner import (
3638
OMSessionRunner,
3739
)
3840

0 commit comments

Comments
 (0)