File: rcSysReportSunOS.py

package info (click to toggle)
opensvc 1.8~20170412-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 6,492 kB
  • ctags: 7,845
  • sloc: python: 77,169; sh: 339; xml: 39; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
import rcSysReport

class SysReport(rcSysReport.SysReport):
    def __init__(self, node=None):
        rcSysReport.SysReport.__init__(self, node=node)