info.py 157 B

1234567
  1. """
  2. Enhanced distutils with Fortran compilers support and more.
  3. """
  4. from __future__ import division, absolute_import, print_function
  5. postpone_import = True