From fbf0b479604c22e60215bb28cdedabfb821b9d75 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Mon, 12 Jun 2006 22:58:43 +0000 Subject: Check-in name-space changes so that numpy.oldnumeric is the compatibility module and numpy does not contain all of the names. --- numpy/core/arrayprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/arrayprint.py') diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py index 613f89ed9..136b58c92 100644 --- a/numpy/core/arrayprint.py +++ b/numpy/core/arrayprint.py @@ -17,7 +17,7 @@ import numeric as _gen import numerictypes as _nt import umath as _uf from multiarray import format_longfloat -from oldnumeric import ravel +from fromnumeric import ravel _nc = _gen # The following functions are emergency substitutes for numeric functions -- cgit v1.2.1