[Python-checkins] python/dist/src/Tools/i18n msgfmt.py,1.3,1.4

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 08:02:07 CEST 2004


Update of /cvsroot/python/python/dist/src/Tools/i18n
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29862/i18n

Modified Files:
	msgfmt.py 
Log Message:
Whitespace normalization, via reindent.py.


Index: msgfmt.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/i18n/msgfmt.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** msgfmt.py	9 May 2003 08:59:17 -0000	1.3
--- msgfmt.py	18 Jul 2004 06:02:04 -0000	1.4
***************
*** 114,118 ****
          print >> sys.stderr, msg
          sys.exit(1)
!     
      section = None
      fuzzy = 0
--- 114,118 ----
          print >> sys.stderr, msg
          sys.exit(1)
! 
      section = None
      fuzzy = 0
***************
*** 170,174 ****
      except IOError,msg:
          print >> sys.stderr, msg
!                       
  
  
--- 170,174 ----
      except IOError,msg:
          print >> sys.stderr, msg
! 
  
  



More information about the Python-checkins mailing list