Inheritance confusion

2008-04-18 Thread Hook
Date (self, epoch, pattern = 'd mmm ') : dt = datetime.datetime.fromtimestamp (epoch) Hook_m.py ~ from DT_m import DT from Error_m import Errors class Hook (Errors, DT) : def __init__ (self, params) : DT.__init__ (self, params) Errors.__init__ (self

Re: Inheritance confusion

2008-04-19 Thread Hook
loped Perl libraries. It's an edifying experience, and I can understand why some colleagues like Python so much. Again, thanks for the help, it's appreciated. Hook -- http://mail.python.org/mailman/listinfo/python-list