Example #1
0
    def __init__(self, *args):

        Status.__init__(self, *args) 
 
        # init client server params...
        CliServerParams(self)       

        return
Example #2
0
    def __init__(self, *args):

        Status.__init__(self, *args)

        # init client server params...
        CliServerParams(self)

        return