From b6f2dae92144087e924d54c67d65f660f13e6f48 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sun, 6 Dec 2009 12:02:01 +0000 Subject: 3K: add_newdocs: use absolute import --- numpy/add_newdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/add_newdocs.py') 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 ############################################################################### # -- cgit v1.2.1