summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/user_array.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/oldnumeric/user_array.py')
-rw-r--r--numpy/oldnumeric/user_array.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/oldnumeric/user_array.py b/numpy/oldnumeric/user_array.py
index d7975d8a7..375c4013b 100644
--- a/numpy/oldnumeric/user_array.py
+++ b/numpy/oldnumeric/user_array.py
@@ -4,6 +4,6 @@ from numpy.oldnumeric import *
from numpy.lib.user_array import container as UserArray
import numpy.oldnumeric as nold
-__all__ = nold.__all__
+__all__ = nold.__all__[:]
__all__ += ['UserArray']
del nold