64
58
This can be supplied with a string or a list
66
60
assert isinstance(relpath, basestring), (type(relpath), relpath)
69
63
def relpath(self, abspath):
70
64
"""Return the local path portion from a given absolute path.
72
66
from bzrlib.osutils import relpath
75
69
return relpath(self.base, abspath)