141
141
# I'm concerned about when it chooses to strip the last
142
142
# portion of the path, and when it doesn't.
143
143
path = '/'.join(basepath)
145
self._host, path, '', '', '')
145
self._host, path, '', '', ''))
147
147
def relpath(self, abspath):
148
148
if not abspath.startswith(self.base):