96
96
def abspath(self, relpath):
97
97
"""Return the full url to the given relative URL."""
98
98
# TODO: url escape the result. RBC 20060523.
99
assert isinstance(relpath, basestring), (type(relpath), relpath)
100
99
# jam 20060426 Using normpath on the real path, because that ensures
101
100
# proper handling of stuff like
102
101
path = osutils.normpath(osutils.pathjoin(