diff options
author | Tim Leslie <tim.leslie@gmail.com> | 2006-03-16 04:05:58 +0000 |
---|---|---|
committer | Tim Leslie <tim.leslie@gmail.com> | 2006-03-16 04:05:58 +0000 |
commit | 8c9cf9ac2a07e9ebb8dae51a264f708229770624 (patch) | |
tree | 6a0f2d4ccb907ca9f7c1068084c901dbce850d18 /numpy/lib/machar.py | |
parent | 5a712837f673a194353113ebad72d5050ad1f68f (diff) | |
download | numpy-8c9cf9ac2a07e9ebb8dae51a264f708229770624.tar.gz |
clean up some imports
Diffstat (limited to 'numpy/lib/machar.py')
-rw-r--r-- | numpy/lib/machar.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/machar.py b/numpy/lib/machar.py index 249dfddad..22560e598 100644 --- a/numpy/lib/machar.py +++ b/numpy/lib/machar.py @@ -7,7 +7,6 @@ __all__ = ['MachAr'] -from numpy.core.numeric import array from numpy.core.oldnumeric import any # Need to speed this up...especially for longfloat |