From 4bba31c59d4dd4c4d6b9f59df0564a687efd0f5c Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 26 Jul 2006 22:22:46 +0000 Subject: Back to 0.9.9 version --- numpy/lib/function_base.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/lib/function_base.py') diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 4789f0d0c..ec093e00b 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -497,7 +497,6 @@ def trim_zeros(filt, trim='fb'): else: last = last - 1 return filt[first:last] - import sys if sys.hexversion < 0x2040000: from sets import Set as set -- cgit v1.2.1