whitespace fixup. test__all__ and test_sundry were failing

for me on linux because of the inconsistent whitespace.
This commit is contained in:
Anthony Baxter 2002-04-23 02:38:39 +00:00
parent 4ce6b351cc
commit ae7639dbfb
1 changed files with 1 additions and 1 deletions

View File

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