diff options
Diffstat (limited to 'numpy/distutils/interactive.py')
-rw-r--r-- | numpy/distutils/interactive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/interactive.py b/numpy/distutils/interactive.py index 46bc6eeca..bc741254d 100644 --- a/numpy/distutils/interactive.py +++ b/numpy/distutils/interactive.py @@ -19,7 +19,7 @@ def show_environ(*args): def show_fortran_compilers(*args): from fcompiler import show_fcompilers - show_fcompilers({}) + show_fcompilers() def show_compilers(*args): from distutils.ccompiler import show_compilers |