python-by-example-150-chall.../venv/lib/python3.6/site-packages/numpy/distutils/info.py
2019-08-04 15:26:35 +03:00

7 lines
157 B
Python

"""
Enhanced distutils with Fortran compilers support and more.
"""
from __future__ import division, absolute_import, print_function
postpone_import = True