diff options
Diffstat (limited to 'numpy/doc/constants.py')
-rw-r--r-- | numpy/doc/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/doc/constants.py b/numpy/doc/constants.py index 722147dd8..10f41a7ba 100644 --- a/numpy/doc/constants.py +++ b/numpy/doc/constants.py @@ -10,6 +10,8 @@ Numpy includes several constants: # # Note: the docstring is autogenerated. # +from __future__ import division + import textwrap, re # Maintain same format as in numpy.add_newdocs |