144
144
return LateReadError(relpath)
146
146
raise NoSuchFile(relpath)
149
149
def put_file(self, relpath, f, mode=None):
150
150
"""See Transport.put_file()."""
151
151
_abspath = self._abspath(relpath)
152
152
self._check_parent(_abspath)
158
'undefined', bytes, 0, 1,
163
157
def mkdir(self, relpath, mode=None):
164
158
"""See Transport.mkdir()."""