217
217
# jam 20060502 Sorted to 'l' because the final target is 'local_path_from_url'
218
218
def _posix_local_path_from_url(url):
219
219
"""Convert a url like file:///path/to/foo into /path/to/foo"""
222
228
# We only strip off 2 slashes
226
232
def _posix_local_path_to_url(path):