Commit d2a1aa4b authored by Johannes Gijsbers's avatar Johannes Gijsbers

Whitespace normalization.

parent 4a9faa1e
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment