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