diff options
author | Tim Leslie <tim.leslie@gmail.com> | 2006-03-13 07:41:07 +0000 |
---|---|---|
committer | Tim Leslie <tim.leslie@gmail.com> | 2006-03-13 07:41:07 +0000 |
commit | 37e0c9b5b852dffee11e41d1a9ee7a11be1f662e (patch) | |
tree | 5773192125d9fb8f967bf1556b9c494dcac3ef0b /numpy/lib/UserArray.py | |
parent | 8a65c256de43db750357e7ac468352b06c960a25 (diff) | |
download | numpy-37e0c9b5b852dffee11e41d1a9ee7a11be1f662e.tar.gz |
remove unused imports
Diffstat (limited to 'numpy/lib/UserArray.py')
-rw-r--r-- | numpy/lib/UserArray.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/UserArray.py b/numpy/lib/UserArray.py index 26b4b6578..8745fa501 100644 --- a/numpy/lib/UserArray.py +++ b/numpy/lib/UserArray.py @@ -4,7 +4,6 @@ # class as this is not complete. from numpy.core import * -import string class UserArray(object): def __init__(self, data, dtype=None, copy=True): |