예제 #1
0
 def __init__(self, supervisord, bind):
     SupervisorNamespaceRPCInterface.__init__(self, supervisord)
     self._bind = bind
     self._channel = queue.Queue()
     self._event_channels = set()
     self._server = None
     self._watcher = None
     self._shutting_down = False
     self._log = logging.getLogger('MVRPC')
 def __init__(self, test_instance, supervisord):
     self.test_instance = test_instance
     SupervisorNamespaceRPCInterface.__init__(self, supervisord)