Added documenntation to the docs folder and edited the mac bash script in response to tests
This commit is contained in:
9
numpy-1.6.2/numpy/oldnumeric/user_array.py
Normal file
9
numpy-1.6.2/numpy/oldnumeric/user_array.py
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
from numpy.oldnumeric import *
|
||||
from numpy.lib.user_array import container as UserArray
|
||||
|
||||
import numpy.oldnumeric as nold
|
||||
__all__ = nold.__all__[:]
|
||||
__all__ += ['UserArray']
|
||||
del nold
|
||||
Reference in New Issue
Block a user