Re: Superclass files and order - oh my!! Questioning the experts!!

2005-08-25 Thread rh0dium
Slight correction.. rh0dium wrote: > Hi all, > > Still a newbie but making some headway. So I have a file structure > like this.. > > top/ > --modules/ > metrics.py > --metrix/ > uptime.py > > Now metrics.py is my superclass, and uptime.py inherits the superclass > metrics.py. > > So for

Superclass files and order - oh my!! Questioning the experts!!

2005-08-25 Thread rh0dium
Hi all, Still a newbie but making some headway. So I have a file structure like this.. top/ --modules/ metrics.py --metrix/ uptime.py Now metrics.py is my superclass, and uptime.py inherits the superclass metrics.py. So for arguments sake metrics.py class metrics():