changeset 130:3d8e40e7ed18

minor
author Yoshua Bengio <bengioy@iro.umontreal.ca>
date Wed, 07 May 2008 21:40:03 -0400
parents ee5507af2c60
children 57e6492644ec
files learner.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/learner.py	Wed May 07 20:51:24 2008 -0400
+++ b/learner.py	Wed May 07 21:40:03 2008 -0400
@@ -1,5 +1,5 @@
 
-from dataset import AttributesHolder
+from dataset import AttributesHolder,AbstractFunction
 import compile
     
 class Learner(AttributesHolder):