Commit 90282b4c authored by Anthony Baxter's avatar Anthony Baxter

whitespace fixup. test__all__ and test_sundry were failing

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