Whitespace normalization.

This commit is contained in:
Johannes Gijsbers 2004-08-30 13:39:50 +00:00
parent 4a9faa1ea0
commit d2a1aa4b1e

View file

@ -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)