Skip to content

Commit 3f48c24

Browse files
committed
[ModelicaSystem] shortcut to use OMCPath = OMPathABC for now
1 parent b99ef6e commit 3f48c24

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
@@ -28,9 +28,12 @@
2828
OMCSessionException,
2929
OMCSession,
3030
OMCSessionLocal,
31-
OMCPath,
31+
32+
OMPathABC,
3233
)
3334

35+
OMCPath = OMPathABC
36+
3437
# define logger using the current module name as ID
3538
logger = logging.getLogger(__name__)
3639

0 commit comments

Comments
 (0)