def __init__(self, sc):
     self.notify = agent_base.AgentBaseNotification(sc)
Esempio n. 2
0
 def __init__(self, sc):
     self._sc = sc
     self._notify = agent_base.AgentBaseNotification(sc)
     super(VpnaasRpcSender, self).__init__(None, None)