diff --git a/scikits/learn/ann/__init__.py b/scikits/learn/ann/__init__.py
index 35e90a1608fa4ef59866583cfb7f938221fbf337..d339e567fe230d6f8a64fc35d101b04413d7f91d 100644
--- a/scikits/learn/ann/__init__.py
+++ b/scikits/learn/ann/__init__.py
@@ -10,5 +10,3 @@ Each of {mlp,srn,rbf}.py contains a class to define, train and test a network,
 along with a main() functions that demos on a toy dataset.
 """
 
-__all__ = ['mlp','srn','rbf']
-