[Python-checkins] python/dist/src/Lib macpath.py,1.36,1.37

anthonybaxter@sourceforge.net anthonybaxter@sourceforge.net
Mon, 22 Apr 2002 19:38:42 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv3948/Lib

Modified Files:
	macpath.py 
Log Message:
whitespace fixup. test__all__ and test_sundry were failing 
for me on linux because of the inconsistent whitespace.


Index: macpath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/macpath.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** macpath.py	22 Apr 2002 13:55:43 -0000	1.36
--- macpath.py	23 Apr 2002 02:38:39 -0000	1.37
***************
*** 126,130 ****
  
      try:
!     	import macfs
          return macfs.ResolveAliasFile(s)[2]
      except:
--- 126,130 ----
  
      try:
!         import macfs
          return macfs.ResolveAliasFile(s)[2]
      except: