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