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