CatOrNot/venv/lib64/python3.7/site-packages/numpy/distutils/info.py

7 lines
157 B
Python
Raw Normal View History

2020-01-06 16:11:15 +01:00
"""
Enhanced distutils with Fortran compilers support and more.
"""
from __future__ import division, absolute_import, print_function
postpone_import = True