summaryrefslogtreecommitdiff
path: root/doc/sphinxext/numpydoc/docscrape.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sphinxext/numpydoc/docscrape.py')
-rw-r--r--doc/sphinxext/numpydoc/docscrape.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/sphinxext/numpydoc/docscrape.py b/doc/sphinxext/numpydoc/docscrape.py
index 6a157a917..0fe259447 100644
--- a/doc/sphinxext/numpydoc/docscrape.py
+++ b/doc/sphinxext/numpydoc/docscrape.py
@@ -1,6 +1,7 @@
"""Extract reference documentation from the NumPy source tree.
"""
+from __future__ import division
import sys
import inspect