From 37e0c9b5b852dffee11e41d1a9ee7a11be1f662e Mon Sep 17 00:00:00 2001 From: Tim Leslie Date: Mon, 13 Mar 2006 07:41:07 +0000 Subject: remove unused imports --- numpy/lib/UserArray.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/lib/UserArray.py') 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): -- cgit v1.2.1