Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Derecho_a_Transitar.py
diff options
context:
space:
mode:
Diffstat (limited to 'Derecho_a_Transitar.py')
-rw-r--r--Derecho_a_Transitar.py21
1 files changed, 15 insertions, 6 deletions
diff --git a/Derecho_a_Transitar.py b/Derecho_a_Transitar.py
index b06bffc..c06dd52 100644
--- a/Derecho_a_Transitar.py
+++ b/Derecho_a_Transitar.py
@@ -239,12 +239,21 @@ class gtkplug(gtk.Plug):
elif game == "FGR_T0102":
from FGR_T0102 import FGR_T0102
juego = FGR_T0102(self.usuario)
+ elif game == "FGR_T0103":
+ from FGR_T0103 import FGR_T0103
+ juego = FGR_T0103(self.usuario)
elif game == "FGR_T0201":
from FGR_T0201 import FGR_T0201
juego = FGR_T0201(self.usuario)
elif game == "FGR_T0202":
from FGR_T0202 import FGR_T0202
juego = FGR_T0202(self.usuario)
+ #elif game == "FGR_T0203":
+ # from FGR_T0203 import FGR_T0203
+ # juego = FGR_T0203(self.usuario)
+ elif game == "FGR_T0204":
+ from FGR_T0204 import FGR_T0204
+ juego = FGR_T0204(self.usuario)
elif game == "FGR_T0301":
from FGR_T0301 import FGR_T0301
juego = FGR_T0301(self.usuario)
@@ -266,12 +275,12 @@ class gtkplug(gtk.Plug):
elif game == "FGR_T0502":
from FGR_T0502 import FGR_T0502
juego = FGR_T0502(self.usuario)
- elif game == "FGR_T0503":
- from FGR_T0503 import FGR_T0503
- juego = FGR_T0503(self.usuario)
- elif game == "FGR_T0504":
- from FGR_T0504 import FGR_T0504
- juego = FGR_T0504(self.usuario)
+ #elif game == "FGR_T0503":
+ # from FGR_T0503 import FGR_T0503
+ # juego = FGR_T0503(self.usuario)
+ #elif game == "FGR_T0504":
+ # from FGR_T0504 import FGR_T0504
+ # juego = FGR_T0504(self.usuario)
juego.connect("run_grupo", self.run_grupo)
juego.run()
return False