Beispiel #1
0
    def __init__(self, *args, **kwargs):
        ProcessClient.__init__(self, *args, **kwargs)

        from zoom.agent.entities.wsservice import WinSvcStates, WService
        self._states = WinSvcStates
        self._wsc = WService(self.script_name)