handle ids and providers frontend-side using helper

This commit is contained in:
Christophe Benz 2010-06-16 22:13:16 +02:00
commit d857f05a3b
3 changed files with 27 additions and 18 deletions

View file

@ -78,7 +78,6 @@ class BackendsCall(object):
def _store_result(self, backend, result):
with self.mutex:
result.id = unicode(result.id) + '@' + backend.name
self.responses.append((backend, result))
self.response_event.set()