]> granicus.if.org Git - python/commitdiff
whitespace fixup. test__all__ and test_sundry were failing
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 23 Apr 2002 02:38:39 +0000 (02:38 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 23 Apr 2002 02:38:39 +0000 (02:38 +0000)
for me on linux because of the inconsistent whitespace.

Lib/macpath.py

index 24f4a141d44428b535c97873083a5661b8005343..d358bd2018c0c8e9bd047ed97b1790b6ff60d88d 100644 (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