commit | d2a1aa4b1e6f8d152799737ae0b7c6cb1a213bbe | [log] [tgz] |
---|---|---|
author | Johannes Gijsbers <jlg@dds.nl> | Mon Aug 30 13:39:50 2004 +0000 |
committer | Johannes Gijsbers <jlg@dds.nl> | Mon Aug 30 13:39:50 2004 +0000 |
tree | a6e91afcddb48faae0d00741d772cb7c0826947c | |
parent | 4a9faa1ea077c0cf054d0d2ee1dc889b2972a63b [diff] |
Whitespace normalization.
diff --git a/Lib/macpath.py b/Lib/macpath.py index bca410e..f50f660 100644 --- a/Lib/macpath.py +++ b/Lib/macpath.py
@@ -150,7 +150,7 @@ return os.stat(filename).st_ctime def exists(s): - """Test whether a path exists. Returns False for broken symbolic links""" + """Test whether a path exists. Returns False for broken symbolic links""" try: st = os.stat(s)