summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/lahey.py
diff options
context:
space:
mode:
authorcookedm <cookedm@localhost>2007-05-25 19:38:39 +0000
committercookedm <cookedm@localhost>2007-05-25 19:38:39 +0000
commit840bd64e600ac458b17fd058a181b860e87d56bd (patch)
tree23d37b20ed95ceda6caabf11a9bb2a629466068e /numpy/distutils/fcompiler/lahey.py
parent888d6eddcb686d7b4b502b34be35be9acec84f6b (diff)
downloadnumpy-840bd64e600ac458b17fd058a181b860e87d56bd.tar.gz
distutils: clean up imports (found by running pyflakes)
Diffstat (limited to 'numpy/distutils/fcompiler/lahey.py')
-rw-r--r--numpy/distutils/fcompiler/lahey.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/distutils/fcompiler/lahey.py b/numpy/distutils/fcompiler/lahey.py
index 2fef4a212..68e56ddbb 100644
--- a/numpy/distutils/fcompiler/lahey.py
+++ b/numpy/distutils/fcompiler/lahey.py
@@ -1,7 +1,5 @@
import os
-import sys
-from numpy.distutils.cpuinfo import cpu
from numpy.distutils.fcompiler import FCompiler
compilers = ['LaheyFCompiler']