Beispiel #1
0
 def _notify(self, to, addresses):
   try:
     client = StreamClient(to)
     client.notify(addresses)
   except Exception, ex:
     print 'exc notifying %s' % to