187
def put_bytes(self, relpath, raw_bytes, mode=None):
195
def put_bytes(self, relpath, bytes, mode=None):
188
196
"""Copy the string into the location.
190
198
:param relpath: Location to put the contents, relative to base.
198
204
path = self._abspath(relpath)