summaryrefslogtreecommitdiff
path: root/numpy/distutils/info.py
blob: 2f5310665cef3c4c8c5dab7b16aa17c279d3fce4 (plain)
1
2
3
4
5
6
"""
Enhanced distutils with Fortran compilers support and more.
"""
from __future__ import division, absolute_import, print_function

postpone_import = True