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/random/oldrngstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/random/oldrngstats.py') diff --git a/numpy/random/oldrngstats.py b/numpy/random/oldrngstats.py index b795eee09..60248247e 100644 --- a/numpy/random/oldrngstats.py +++ b/numpy/random/oldrngstats.py @@ -1,7 +1,7 @@ __all__ = ['average', 'histogram', 'standardDeviation', 'variance'] -import numpy as Numeric +import numpy.oldnumeric as Numeric def average(data): data = Numeric.array(data) -- cgit v1.2.1