We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14629eb commit 2d2aba1Copy full SHA for 2d2aba1
1 file changed
OMPython/ModelicaSystem.py
@@ -43,7 +43,8 @@
43
import warnings
44
import xml.etree.ElementTree as ET
45
46
-from OMPython.OMCSession import OMCSessionException, OMCSessionRunData, OMCSessionZMQ, OMCProcess, OMCPath
+from OMPython.OMCSession import (OMCSessionException, OMCSessionRunData, OMCSessionZMQ,
47
+ OMCProcess, OMCProcessLocal, OMCPath)
48
49
# define logger using the current module name as ID
50
logger = logging.getLogger(__name__)
0 commit comments