changeset 143:b7ca3545186b

added missing raise
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 12 May 2008 15:08:09 -0400
parents ad144fa72bf5
children ceae4de18981
files learner.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/learner.py	Mon May 12 14:15:16 2008 -0400
+++ b/learner.py	Mon May 12 15:08:09 2008 -0400
@@ -118,6 +118,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