Whitespace normalization.

This commit is contained in:
Tim Peters 2001-09-18 02:26:39 +00:00
parent a86f0c17a1
commit b64bec3ec0
8 changed files with 18 additions and 21 deletions

View file

@ -398,5 +398,5 @@ symbolic links encountered in the path."""
resolved = normpath(join(dir, resolved))
newpath = join(*([resolved] + bits[i:]))
return realpath(newpath)
return filename