Exemplo n.º 1
0
Arquivo: demo.py Projeto: sunzu/vot.ar
 def _iniciar_demo(self):
     self._descargar_ui_web()
     self.web_template = "voto"
     self.controller = ControllerVoto(self)
     self.registrador = FakeRegistrador(self._fin_registro, self.seleccion,
                                        self)
     self._cargar_ui_web()
     self.ventana.show_all()
Exemplo n.º 2
0
Arquivo: voto.py Projeto: sunzu/vot.ar
 def set_controller(self):
     self.controller = ControllerVoto(self)