Skip to content

Commit 2d2aba1

Browse files
committed
[ModelicaSystem] add missing import
1 parent 14629eb commit 2d2aba1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OMPython/ModelicaSystem.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
import warnings
4444
import xml.etree.ElementTree as ET
4545

46-
from OMPython.OMCSession import OMCSessionException, OMCSessionRunData, OMCSessionZMQ, OMCProcess, OMCPath
46+
from OMPython.OMCSession import (OMCSessionException, OMCSessionRunData, OMCSessionZMQ,
47+
OMCProcess, OMCProcessLocal, OMCPath)
4748

4849
# define logger using the current module name as ID
4950
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)