mirror of
https://github.com/bvanroll/college-python-image.git
synced 2025-08-31 04:52:51 +00:00
7 lines
157 B
Python
7 lines
157 B
Python
"""
|
|
Enhanced distutils with Fortran compilers support and more.
|
|
"""
|
|
from __future__ import division, absolute_import, print_function
|
|
|
|
postpone_import = True
|