Kaydet (Commit) ae7639db authored tarafından Anthony Baxter's avatar Anthony Baxter

whitespace fixup. test__all__ and test_sundry were failing

for me on linux because of the inconsistent whitespace.
üst 4ce6b351
...@@ -125,7 +125,7 @@ def islink(s): ...@@ -125,7 +125,7 @@ def islink(s):
"""Return true if the pathname refers to a symbolic link.""" """Return true if the pathname refers to a symbolic link."""
try: try:
import macfs import macfs
return macfs.ResolveAliasFile(s)[2] return macfs.ResolveAliasFile(s)[2]
except: except:
return False return False
......
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