[Scipy-svn] r2253 - trunk/Lib

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Oct 11 16:44:57 EDT 2006


Author: oliphant
Date: 2006-10-11 15:44:55 -0500 (Wed, 11 Oct 2006)
New Revision: 2253

Modified:
   trunk/Lib/__init__.py
Log:
Add back scimath to scipy.

Modified: trunk/Lib/__init__.py
===================================================================
--- trunk/Lib/__init__.py	2006-10-10 17:36:34 UTC (rev 2252)
+++ trunk/Lib/__init__.py	2006-10-11 20:44:55 UTC (rev 2253)
@@ -32,6 +32,7 @@
 from numpy import oldnumeric
 from numpy import *
 from numpy.random import rand, randn
+from numpy.lib.scimath import *
 
 __all__ += ['oldnumeric']+_num.__all__
 




More information about the Scipy-svn mailing list