57
58
return LocalTransport(self.abspath(offset))
59
60
def abspath(self, relpath):
63
62
assert isinstance(relpath, basestring), (type(relpath), relpath)
66
68
def relpath(self, abspath):
67
69
"""Return the local path portion from a given absolute path.