From d2a1aa4b1e6f8d152799737ae0b7c6cb1a213bbe Mon Sep 17 00:00:00 2001 From: Johannes Gijsbers Date: Mon, 30 Aug 2004 13:39:50 +0000 Subject: [PATCH] Whitespace normalization. --- Lib/macpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/macpath.py b/Lib/macpath.py index bca410e285f..f50f66072d9 100644 --- a/Lib/macpath.py +++ b/Lib/macpath.py @@ -150,7 +150,7 @@ def getctime(filename): 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)