Rather than use Foo.bar(), use this syntax to call methods of the
super class:

super(ParentClass, self).method()
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to