summaryrefslogtreecommitdiffstats
path: root/lib/sunhpc/commands/report/__init__.py
blob: 8fc7ab76d24ceba28c67d65d335ae9a92ce73ed7 (plain) (blame)
1
2
3
4
5
6
7
#coding:utf-8

import sunhpc
class command(sunhpc.commands.Command):
    pass

RollName = "base"