We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0569c commit e721068Copy full SHA for e721068
1 file changed
OMPython/__init__.py
@@ -7,11 +7,6 @@
7
omc.sendExpression("command")
8
"""
9
10
-import logging
11
-
12
-from OMPython.OMCSession import OMCSessionBase, OMCSessionZMQ
13
-from OMPython.ModelicaSystem import ModelicaSystem, ModelicaSystemError
14
15
__license__ = """
16
This file is part of OpenModelica.
17
@@ -41,6 +36,11 @@
41
36
CONDITIONS OF OSMC-PL.
42
37
43
38
39
+import logging
40
+
+from OMPython.OMCSession import OMCSessionBase, OMCSessionZMQ
+from OMPython.ModelicaSystem import ModelicaSystem, ModelicaSystemError
44
# Logger Defined
45
logger = logging.getLogger('OMPython')
46
logger.setLevel(logging.DEBUG)
0 commit comments