HI all: imagine something like this:
class father:
pass
class son( father ):
pass
I need to know the son ancestor class how can i know this.
Thanks
---------------------------------------
Red Telematica de Salud - Cuba
CNICM - Infomed
--
http://mail.python.org/mailman/listinfo/python-list
