diff learner.py @ 144:ceae4de18981

Automated merge with ssh://p-omega1@lgcm.iro.umontreal.ca/tlearn
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 12 May 2008 15:08:18 -0400
parents 0d8e721cc63c b7ca3545186b
children 4803cb76e26b
line wrap: on
line diff
--- a/learner.py	Mon May 12 14:30:21 2008 -0400
+++ b/learner.py	Mon May 12 15:08:18 2008 -0400
@@ -124,6 +124,8 @@
         The function returned makes use of the self.useInputAttributes() and
         sets the attributes specified by self.useOutputAttributes().
         """
+        raise AbstractFunction()
+
     def attributeNames(self):
         """
         A Learner may have attributes that it wishes to export to other objects. To automate