On Jan 24, 7:19 am, Arnaud Delobelle <arno... at googlemail.com> 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