Skip to content

Commit e721068

Browse files
committed
move license to the top of the file
1 parent 5e0569c commit e721068

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

OMPython/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
omc.sendExpression("command")
88
"""
99

10-
import logging
11-
12-
from OMPython.OMCSession import OMCSessionBase, OMCSessionZMQ
13-
from OMPython.ModelicaSystem import ModelicaSystem, ModelicaSystemError
14-
1510
__license__ = """
1611
This file is part of OpenModelica.
1712
@@ -41,6 +36,11 @@
4136
CONDITIONS OF OSMC-PL.
4237
"""
4338

39+
import logging
40+
41+
from OMPython.OMCSession import OMCSessionBase, OMCSessionZMQ
42+
from OMPython.ModelicaSystem import ModelicaSystem, ModelicaSystemError
43+
4444
# Logger Defined
4545
logger = logging.getLogger('OMPython')
4646
logger.setLevel(logging.DEBUG)

0 commit comments

Comments
 (0)