diff options
Diffstat (limited to 'numpy/core/shape_base.py')
-rw-r--r-- | numpy/core/shape_base.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/shape_base.py b/numpy/core/shape_base.py index 261379077..4d5439249 100644 --- a/numpy/core/shape_base.py +++ b/numpy/core/shape_base.py @@ -1,3 +1,5 @@ +from __future__ import division + __all__ = ['atleast_1d','atleast_2d','atleast_3d','vstack','hstack'] import numeric as _nx |