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
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():