143
143
# I'm concerned about when it chooses to strip the last
144
144
# portion of the path, and when it doesn't.
145
145
path = '/'.join(basepath)
147
149
self._host, path, '', '', ''))
149
152
def _real_abspath(self, relpath):
150
153
"""Produce absolute path, adjusting protocol if needed"""