diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2006-01-14 09:19:14 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2006-01-14 09:19:14 +0000 |
commit | 90b8e1d7b96f8283ad91a02d8cdcd602f1335f17 (patch) | |
tree | 11219d3039b9dd80ed727a1271a5fd501a00f9c1 /numpy/distutils/info.py | |
parent | aaf9d392bf4c5943669e2c599c0215cc3bedc8f7 (diff) | |
download | numpy-90b8e1d7b96f8283ad91a02d8cdcd602f1335f17.tar.gz |
Added missing info.py files
Diffstat (limited to 'numpy/distutils/info.py')
-rw-r--r-- | numpy/distutils/info.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/numpy/distutils/info.py b/numpy/distutils/info.py new file mode 100644 index 000000000..3d27a8092 --- /dev/null +++ b/numpy/distutils/info.py @@ -0,0 +1,5 @@ +""" +Enhanced distutils with Fortran compilers support and more. +""" + +postpone_import = True |