summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2009-12-06 12:02:01 +0000
committerPauli Virtanen <pav@iki.fi>2009-12-06 12:02:01 +0000
commitb6f2dae92144087e924d54c67d65f660f13e6f48 (patch)
treed660e168784a787a92479e4c24a2f5c2dafa8dbb /numpy/add_newdocs.py
parent6d5ba6d151d2e3bb892b2e6686b91927dc74e64d (diff)
downloadnumpy-b6f2dae92144087e924d54c67d65f660f13e6f48.tar.gz
3K: add_newdocs: use absolute import
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index 45e604e3d..d34b01258 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -6,7 +6,7 @@
# If you update these docstrings, please keep also the ones in
# core/fromnumeric.py, core/defmatrix.py up-to-date.
-from lib import add_newdoc
+from numpy.lib import add_newdoc
###############################################################################
#