Revision 40ddc207 kamaki/clients/__init__.py

b/kamaki/clients/__init__.py
401 401
                thread.join()
402 402
            if thread.exception:
403 403
                raise thread.exception
404
            results[key] = thread.value
404 405
        return results.values()
405 406

  
406 407
    def _raise_for_status(self, r):

Also available in: Unified diff