Jarek Zgoda a écrit :
> [EMAIL PROTECTED] napisał(a):
> 
> 
(snip)

>>class NewPage(HTMLMain):
>>    def __init__(self):
>>        print 'derive2 init'
>>        super(NewPage, self).__init__();
> 
> 
> This should read: super(HTMLMain, self).__init__()

Nope. It's just how it should be.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to