Whitespace normalization, via reindent.py.

This commit is contained in:
Tim Peters 2004-07-18 06:16:08 +00:00
parent e6ddc8b20b
commit 182b5aca27
453 changed files with 31318 additions and 31452 deletions

View file

@ -25,7 +25,7 @@ def url2pathname(url):
if '$' in components:
del components[0]
else:
components[0] = '$'
components[0] = '$'
# Remove . and embedded ..
i = 0
while i < len(components):