Skip to content

Commit 37c8687

Browse files
thoradeadeas31
authored andcommitted
move from future to the very top
1 parent 5de7cbd commit 37c8687

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

OMPython/OMTypedParser.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/usr/bin/env python
22
# -*- 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+
38
__author__ = "Martin Sjölund"
49
__license__ = """
510
This file is part of OpenModelica.
@@ -35,11 +40,6 @@
3540
__status__ = "Prototype"
3641
__maintainer__ = "https://openmodelica.org"
3742

38-
from __future__ import absolute_import
39-
from __future__ import division
40-
from __future__ import print_function
41-
from builtins import int, range
42-
4343
from pyparsing import (
4444
Combine,
4545
Dict,

0 commit comments

Comments
 (0)