From 840bd64e600ac458b17fd058a181b860e87d56bd Mon Sep 17 00:00:00 2001 From: cookedm Date: Fri, 25 May 2007 19:38:39 +0000 Subject: distutils: clean up imports (found by running pyflakes) --- numpy/distutils/intelccompiler.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/distutils/intelccompiler.py') 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 -- cgit v1.2.1