From e56a09af9e696129b92e7487bccbc3713568fc5b Mon Sep 17 00:00:00 2001 From: Tim Leslie Date: Tue, 9 Jan 2007 04:45:31 +0000 Subject: clean up unused imports and bad whitespace --- numpy/core/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'numpy/core/setup.py') diff --git a/numpy/core/setup.py b/numpy/core/setup.py index ac13f10c8..70dcd5480 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -2,8 +2,7 @@ import imp import os import sys from os.path import join -from glob import glob -from distutils.dep_util import newer,newer_group +from distutils.dep_util import newer FUNCTIONS_TO_CHECK = [ ('expl', 'HAVE_LONGDOUBLE_FUNCS'), -- cgit v1.2.1