99
86
urlpath: See urlpath in url_to_local.
112
94
# First normalise the path
113
95
urlpath = os.path.normpath(urlpath)
116
98
return (None, None, None)
117
99
# Note: User can be a group name. There is absolutely no difference in our
118
100
# current directory scheme.