Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/imagen.py
diff options
context:
space:
mode:
Diffstat (limited to 'imagen.py')
-rw-r--r--imagen.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/imagen.py b/imagen.py
index 8428d7b..56a683c 100644
--- a/imagen.py
+++ b/imagen.py
@@ -1,7 +1,6 @@
#!/usr/bin/python
# -*- encoding: utf-8 -*-
import gtk
-import programa
import voice
from ConfigParser import SafeConfigParser
@@ -11,7 +10,7 @@ class MyApp():
parser = SafeConfigParser()
parser.read('config.ini')
self.indice = 1
- self.ITERACION = 4
+ self.ITERACION = 10
window = gtk.Window()
vbox = gtk.VBox()
@@ -75,7 +74,7 @@ class MyApp():
self.indice = 0
self.resetear(imagen1, imagen2, button1, button2, button3)
else:
- voice.say('Opcion incorrecta')
+ voice.say('Opcion incorrecta - Intente de nuevo')
def destroy(self, window, data=None):