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