From: Anthony Baxter Date: Tue, 23 Apr 2002 02:38:39 +0000 (+0000) Subject: whitespace fixup. test__all__ and test_sundry were failing X-Git-Tag: v2.3c1~5827 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae7639dbfb743f613fe92da1ed72216a49cccf1a;p=thirdparty%2FPython%2Fcpython.git whitespace fixup. test__all__ and test_sundry were failing for me on linux because of the inconsistent whitespace. --- diff --git a/Lib/macpath.py b/Lib/macpath.py index 24f4a141d444..d358bd2018c0 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