Files

7 lines
157 B
Python
Raw Permalink Normal View History

2019-11-17 12:44:16 +01:00
"""
Enhanced distutils with Fortran compilers support and more.
"""
from __future__ import division, absolute_import, print_function
postpone_import = True