summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-07-26 22:22:46 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-07-26 22:22:46 +0000
commit4bba31c59d4dd4c4d6b9f59df0564a687efd0f5c (patch)
tree8168411c0c8319de54b8d6a64449f637bd6562a9 /numpy/lib/function_base.py
parent05cdc869ae8a7f44097dd186fe6688500a99e30f (diff)
downloadnumpy-4bba31c59d4dd4c4d6b9f59df0564a687efd0f5c.tar.gz
Back to 0.9.9 version
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r--numpy/lib/function_base.py1
1 files changed, 0 insertions, 1 deletions
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