[Python-checkins] CVS: python/dist/src/Lib/plat-irix5 cdplayer.py,1.5,1.6

Thomas Wouters python-dev@python.org
Sun, 16 Jul 2000 04:57:22 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-irix5
In directory slayer.i.sourceforge.net:/tmp/cvs-serv10638/Lib/plat-irix5

Modified Files:
	cdplayer.py 
Log Message:
Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a
genuine bug, so I checked it in separately.


Index: cdplayer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-irix5/cdplayer.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** cdplayer.py	1997/10/22 21:00:34	1.5
--- cdplayer.py	2000/07/16 11:57:19	1.6
***************
*** 54,58 ****
  					print 'syntax error in ~/' + cdplayerrc
  					continue
! 				name, valye = match.group(1, 2)
  				if name == 'title':
  					self.title = value
--- 54,58 ----
  					print 'syntax error in ~/' + cdplayerrc
  					continue
! 				name, value = match.group(1, 2)
  				if name == 'title':
  					self.title = value