[Scipy-svn] r2174 - trunk/Lib/sandbox/ann

scipy-svn at scipy.org scipy-svn at scipy.org
Mon Aug 21 12:32:21 EDT 2006


Author: fred.mailhot
Date: 2006-08-21 11:32:19 -0500 (Mon, 21 Aug 2006)
New Revision: 2174

Modified:
   trunk/Lib/sandbox/ann/__init__.py
Log:
Updated __init__



Modified: trunk/Lib/sandbox/ann/__init__.py
===================================================================
--- trunk/Lib/sandbox/ann/__init__.py	2006-08-21 08:34:44 UTC (rev 2173)
+++ trunk/Lib/sandbox/ann/__init__.py	2006-08-21 16:32:19 UTC (rev 2174)
@@ -1,12 +1,6 @@
-#
 # req'd file for SciPy package (see DEVELOPERS.txt)
 # Fred Mailhot
 # 2006-06-13
-#
 
-# docstring
-from mlp import __doc__
+__all__ = ['mlp','srn','rbf']
 
-# symbols
-from mlp import *
-




More information about the Scipy-svn mailing list