[Python-checkins] CVS: python/dist/src/Lib/plat-irix6 cdplayer.py,1.2,1.3

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


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

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-irix6/cdplayer.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** cdplayer.py	1997/10/22 21:00:47	1.2
--- cdplayer.py	2000/07/16 11:57:20	1.3
***************
*** 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