diff options
Diffstat (limited to 'numpy/distutils/intelccompiler.py')
-rw-r--r-- | numpy/distutils/intelccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/intelccompiler.py b/numpy/distutils/intelccompiler.py index 87b7f564b..f7908bbe9 100644 --- a/numpy/distutils/intelccompiler.py +++ b/numpy/distutils/intelccompiler.py @@ -1,7 +1,7 @@ import os from distutils.unixccompiler import UnixCCompiler -from scipy.distutils.exec_command import find_executable +from numpy.distutils.exec_command import find_executable class IntelCCompiler(UnixCCompiler): |