diff options
Diffstat (limited to 'doc/sphinxext/numpydoc/phantom_import.py')
-rw-r--r-- | doc/sphinxext/numpydoc/phantom_import.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/sphinxext/numpydoc/phantom_import.py b/doc/sphinxext/numpydoc/phantom_import.py index c1e1ce1d8..6308f492d 100644 --- a/doc/sphinxext/numpydoc/phantom_import.py +++ b/doc/sphinxext/numpydoc/phantom_import.py @@ -14,6 +14,8 @@ without needing to rebuild the documented module. .. [1] http://code.google.com/p/pydocweb """ +from __future__ import division + import imp, sys, compiler, types, os, inspect, re def setup(app): |