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/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/__init__.py') diff --git a/numpy/__init__.py b/numpy/__init__.py index 96edd88c2..db5548380 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -3,7 +3,7 @@ NumPy ========== You can support the development of NumPy and SciPy by purchasing -documentation at +extended documentation at http://www.trelgol.com @@ -33,7 +33,7 @@ else: pkgload = PackageLoader() pkgload('testing','core','lib','linalg','dft','random','f2py', verbose=NUMPY_IMPORT_VERBOSE,postpone=False) - + if __doc__ is not None: __doc__ += """ -- cgit v1.2.1