mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
whitespace fixup. test__all__ and test_sundry were failing
for me on linux because of the inconsistent whitespace.
This commit is contained in:
parent
4ce6b351cc
commit
ae7639dbfb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue