diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-11-09 05:08:07 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-11-09 05:08:07 +0000 |
commit | 230a60c6ec4861342278fb4546ebc907baf3b23b (patch) | |
tree | 00135e543b64638036efcacdc9d5dbfde7988959 /Lib/posixpath.py | |
parent | b0ead4ea4a1e0f4e5dc2a00110be8038586c9e21 (diff) | |
download | cpython-git-230a60c6ec4861342278fb4546ebc907baf3b23b.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/posixpath.py')
-rw-r--r-- | Lib/posixpath.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/posixpath.py b/Lib/posixpath.py index bf153906b4..6a0640d2fc 100644 --- a/Lib/posixpath.py +++ b/Lib/posixpath.py @@ -411,4 +411,3 @@ symbolic links encountered in the path.""" return filename supports_unicode_filenames = False - |