From e706c7d92c4ee41e8e995fb3838bd0931b57efb5 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 4 Jan 2006 19:00:27 +0000 Subject: Changed all references to scipy to numpy --- numpy/distutils/command/config_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/distutils/command/config_compiler.py') diff --git a/numpy/distutils/command/config_compiler.py b/numpy/distutils/command/config_compiler.py index 0db601fc6..c6073e77b 100644 --- a/numpy/distutils/command/config_compiler.py +++ b/numpy/distutils/command/config_compiler.py @@ -44,7 +44,7 @@ class config_fc(Command): def finalize_options(self): if self.help_fcompiler: - from scipy.distutils.fcompiler import show_fcompilers + from numpy.distutils.fcompiler import show_fcompilers show_fcompilers(self.distribution) sys.exit() return -- cgit v1.2.1