Another elementary problem... :-(

Hi Ted,

say
def S2hhmmss.to_hhmmss(duration)

instead of
def to_hhmmss(duration)

and it should run.

This defines a class method as opposed to an instance method.

Juergen