7 lines
157 B
Python
7 lines
157 B
Python
|
"""
|
||
|
Enhanced distutils with Fortran compilers support and more.
|
||
|
"""
|
||
|
from __future__ import division, absolute_import, print_function
|
||
|
|
||
|
postpone_import = True
|