diff options
Diffstat (limited to 'numpy/distutils/intelccompiler.py')
-rw-r--r-- | numpy/distutils/intelccompiler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/distutils/intelccompiler.py b/numpy/distutils/intelccompiler.py index ff95ca9e5..e03c5beba 100644 --- a/numpy/distutils/intelccompiler.py +++ b/numpy/distutils/intelccompiler.py @@ -1,5 +1,4 @@ -import os from distutils.unixccompiler import UnixCCompiler from numpy.distutils.exec_command import find_executable |