367
367
cur_coalesced = cur_coalesced_stack.next()
369
def put(self, relpath, f, mode=None):
369
def put_file(self, relpath, f, mode=None):
373
373
:param relpath: Location to put the contents, relative to base.
375
375
:param mode: The final mode for the file
377
377
final_path = self._remote_path(relpath)