diff options
Diffstat (limited to 'numpy/matlib.py')
-rw-r--r-- | numpy/matlib.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/matlib.py b/numpy/matlib.py index f55f763c3..ae053373b 100644 --- a/numpy/matlib.py +++ b/numpy/matlib.py @@ -1,3 +1,5 @@ +from __future__ import division + import numpy as np from numpy.matrixlib.defmatrix import matrix, asmatrix # need * as we're copying the numpy namespace |