commit | ae7639dbfb743f613fe92da1ed72216a49cccf1a | [log] [tgz] |
---|---|---|
author | Anthony Baxter <anthonybaxter@gmail.com> | Tue Apr 23 02:38:39 2002 +0000 |
committer | Anthony Baxter <anthonybaxter@gmail.com> | Tue Apr 23 02:38:39 2002 +0000 |
tree | 6ba24ed5499d1c1462bff0734ec8ee8ec18e84f9 | |
parent | 4ce6b351cce6e202568ec499fc0d717d65c0c1d7 [diff] |
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 24f4a14..d358bd2 100644 --- a/Lib/macpath.py +++ b/Lib/macpath.py
@@ -125,7 +125,7 @@ """Return true if the pathname refers to a symbolic link.""" try: - import macfs + import macfs return macfs.ResolveAliasFile(s)[2] except: return False