diff options
Diffstat (limited to 'numpy/doc/ufuncs.py')
-rw-r--r-- | numpy/doc/ufuncs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/doc/ufuncs.py b/numpy/doc/ufuncs.py index e85b47763..d566ee98a 100644 --- a/numpy/doc/ufuncs.py +++ b/numpy/doc/ufuncs.py @@ -135,3 +135,5 @@ results in an error. There are two alternatives: a convenient way to apply these operators. """ +from __future__ import division + |