Well, I would even add : don't use super !
Just call the superclass method :

MyClass.__init__(self)



Simon Percivall a écrit :
> Don't use self.__class__, use the name of the class.
> 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to