[Scipy-svn] r3001 - trunk/Lib/interpolate

scipy-svn@scip... scipy-svn@scip...
Tue May 15 04:31:58 CDT 2007


Author: jarrod.millman
Date: 2007-05-15 04:31:55 -0500 (Tue, 15 May 2007)
New Revision: 3001

Modified:
   trunk/Lib/interpolate/interpolate.py
Log:
removed extra def


Modified: trunk/Lib/interpolate/interpolate.py
===================================================================
--- trunk/Lib/interpolate/interpolate.py	2007-05-15 02:56:16 UTC (rev 3000)
+++ trunk/Lib/interpolate/interpolate.py	2007-05-15 09:31:55 UTC (rev 3001)
@@ -517,5 +517,3 @@
 
 def sp2eval(xk,yk):
     pass
-
-def 



More information about the Scipy-svn mailing list