Kaydet (Commit) d2a1aa4b authored tarafından Johannes Gijsbers's avatar Johannes Gijsbers

Whitespace normalization.

üst 4a9faa1e
...@@ -150,7 +150,7 @@ def getctime(filename): ...@@ -150,7 +150,7 @@ def getctime(filename):
return os.stat(filename).st_ctime return os.stat(filename).st_ctime
def exists(s): 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: try:
st = os.stat(s) 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