215
218
# Possibly, we could use urlparse.urljoin() here, but
216
219
# I'm concerned about when it chooses to strip the last
217
220
# portion of the path, and when it doesn't.
220
229
def abspath(self, relpath):
221
230
"""Return the full url to the given relative path.