summaryrefslogtreecommitdiff
path: root/numpy/dual.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/dual.py')
-rw-r--r--numpy/dual.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/dual.py b/numpy/dual.py
index 4aa01cd30..15b175b92 100644
--- a/numpy/dual.py
+++ b/numpy/dual.py
@@ -10,6 +10,8 @@ Numpy.
.. _Scipy : http://www.scipy.org
"""
+from __future__ import division
+
# This module should be used for functions both in numpy and scipy if
# you want to use the numpy version if available but the scipy version
# otherwise.