summaryrefslogtreecommitdiff
path: root/numpy/numarray/ufuncs.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/numarray/ufuncs.py')
-rw-r--r--numpy/numarray/ufuncs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/numarray/ufuncs.py b/numpy/numarray/ufuncs.py
index 3fb5671ce..357972c79 100644
--- a/numpy/numarray/ufuncs.py
+++ b/numpy/numarray/ufuncs.py
@@ -1,3 +1,4 @@
+from __future__ import division
__all__ = ['abs', 'absolute', 'add', 'arccos', 'arccosh', 'arcsin', 'arcsinh',
'arctan', 'arctan2', 'arctanh', 'bitwise_and', 'bitwise_not',