Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 62ef9e7ace39aea02f75b64c336ad02c > files > 2

brltty-3.9-7mdv2009.0.src.rpm

--- brltty-3.9/Bindings/Python/brlapi.pyx	2007-10-17 08:19:30.000000000 -0700
+++ brltty-3.9/Bindings/Python/brlapi.pyx.new	2008-07-03 14:46:31.000000000 -0700
@@ -484,7 +484,7 @@
 		else:
 			return { "type":ekc.type, "command":ekc.command, "argument":ekc.argument, "flags":ekc.flags }
 	
-	def ignoreKeys(self, type, set):
+	def ignoreKeys(self, key_type, set):
 		"""Ignore some key presses from the braille keyboard.
 		See brlapi_ignoreKeys(3).
 		
@@ -509,7 +509,7 @@
 		else:
 			return retval
 
-	def acceptKeys(self, type, set):
+	def acceptKeys(self, key_type, set):
 		"""Accept some key presses from the braille keyboard.
 		See brlapi_ignoreKeys(3).