Пример #1
0
 def setUp(self):
     self.client = DummyNotificationClient()
     self.client.factory = msn.NotificationFactory()
     self.client.state = 'START'
Пример #2
0
def _createNotificationFac():
    fac = msn.NotificationFactory()
    fac.userHandle = USER_HANDLE
    fac.password = PASSWORD
    fac.protocol = Notification
    return fac