On Jan 24, 7:19 am, Arnaud Delobelle <[EMAIL PROTECTED]> wrote: Oops again > > Change this line to: > getattr(super.cls, obj), self.f.__name__)()
I mean
getattr(super(self.cls, obj), self.f.__name__)()
--
Arnaud
--
http://mail.python.org/mailman/listinfo/python-list
