def doRequestCentralIdentity(self, arg): identitycache.immediatelyCaching(settings.CentralID()).addCallbacks( lambda x: self.automat('central-id-success'), lambda x: self.automat('central-id-failed'))
def doRequestCentralIdentity(self, arg): dhnio.Dprint(4, 'identity_restorer.doRequestCentralIdentity') identitycache.immediatelyCaching(settings.CentralID()).addCallbacks( lambda x: self.automat('central-id-received'), lambda x: self.automat('central-id-failed'))