[Python-checkins] CVS: python/dist/src/Lib ntpath.py,1.35,1.36

Fred L. Drake fdrake@users.sourceforge.net
Tue, 15 May 2001 08:23:04 -0700


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

Modified Files:
	ntpath.py 
Log Message:

abspath():  Fix inconsistent indentation.


Index: ntpath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/ntpath.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** ntpath.py	2001/05/13 08:04:26	1.35
--- ntpath.py	2001/05/15 15:23:01	1.36
***************
*** 410,414 ****
              path = _getfullpathname(path)
          except WindowsError:
!                 pass # Bad path - return unchanged.
      else:
          path = os.getcwd()
--- 410,414 ----
              path = _getfullpathname(path)
          except WindowsError:
!             pass # Bad path - return unchanged.
      else:
          path = os.getcwd()