Revision 961e6040 kamaki/clients/pithos.py

b/kamaki/clients/pithos.py
206 206
        assert offset == size
207 207

  
208 208
    def _upload_missing_blocks(self, missing, hmap, fileobj, upload_cb=None):
209
        """upload missing blocks asynchronously. 
209
        """upload missing blocks asynchronously.
210 210
        """
211 211
        if upload_cb:
212 212
            upload_gen = upload_cb(len(missing))

Also available in: Unified diff