diff learner.py @ 211:bd728c83faff

in __get__, problem if the i.stop was None, i being the slice, added one line replacing None by the len(self)
author Thierry Bertin-Mahieux <bertinmt@iro.umontreal.ca>
date Wed, 21 May 2008 17:39:30 -0400
parents 50a8302addaf
children 14b9779622f9
line wrap: on
line diff
--- a/learner.py	Sat May 17 00:01:47 2008 -0400
+++ b/learner.py	Wed May 21 17:39:30 2008 -0400
@@ -1,3 +1,4 @@
+
 
 from exceptions import *
 from dataset import AttributesHolder