117
128
raise NoSuchFile(relpath)
118
129
del self._files[_abspath]
121
138
"""See Transport.get()."""
122
139
_abspath = self._abspath(relpath)
123
140
if not _abspath in self._files:
125
145
return StringIO(self._files[_abspath][0])
127
147
def put_file(self, relpath, f, mode=None):