We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de7cbd commit 37c8687Copy full SHA for 37c8687
1 file changed
OMPython/OMTypedParser.py
@@ -1,5 +1,10 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
+from __future__ import absolute_import
4
+from __future__ import division
5
+from __future__ import print_function
6
+from builtins import int, range
7
+
8
__author__ = "Martin Sjölund"
9
__license__ = """
10
This file is part of OpenModelica.
@@ -35,11 +40,6 @@
35
40
__status__ = "Prototype"
36
41
__maintainer__ = "https://openmodelica.org"
37
42
38
-from __future__ import absolute_import
39
-from __future__ import division
-from __future__ import print_function
-from builtins import int, range
-
43
from pyparsing import (
44
Combine,
45
Dict,
0 commit comments