91
94
assert isinstance(relpath, basestring), (type(relpath), relpath)
92
95
# jam 20060426 Using normpath on the real path, because that ensures
93
96
# proper handling of stuff like
95
99
return urlutils.local_path_to_url(path)
97
101
def local_abspath(self, relpath):