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/f2py/auxfuncs.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/f2py') diff --git a/numpy/f2py/auxfuncs.py b/numpy/f2py/auxfuncs.py index b7e5aec68..b097cc3b0 100644 --- a/numpy/f2py/auxfuncs.py +++ b/numpy/f2py/auxfuncs.py @@ -228,7 +228,6 @@ def containscommon(rout): def containsmodule(block): if ismodule(block): return 1 if not hasbody(block): return 0 - ret = [] for b in block['body']: if containsmodule(b): return 1 return 0 -- cgit v1.2.1