summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/ufuncs.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/oldnumeric/ufuncs.py')
-rw-r--r--numpy/oldnumeric/ufuncs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/oldnumeric/ufuncs.py b/numpy/oldnumeric/ufuncs.py
index c26050f55..9ace30a91 100644
--- a/numpy/oldnumeric/ufuncs.py
+++ b/numpy/oldnumeric/ufuncs.py
@@ -1,3 +1,5 @@
+from __future__ import division
+
__all__ = ['less', 'cosh', 'arcsinh', 'add', 'ceil', 'arctan2', 'floor_divide',
'fmod', 'hypot', 'logical_and', 'power', 'sinh', 'remainder', 'cos',
'equal', 'arccos', 'less_equal', 'divide', 'bitwise_or',