From ae7639dbfb743f613fe92da1ed72216a49cccf1a Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Tue, 23 Apr 2002 02:38:39 +0000 Subject: [PATCH] whitespace fixup. test__all__ and test_sundry were failing for me on linux because of the inconsistent whitespace. --- Lib/macpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/macpath.py b/Lib/macpath.py index 24f4a141d44..d358bd2018c 100644 --- a/Lib/macpath.py +++ b/Lib/macpath.py @@ -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