Exemplo n.º 1
0
 def _take_rc_button_fired(self):
     ''' Take fourshot '''
     
     rc_control = xmlrpclib.ServerProxy("http://127.0.0.1:%i" % Options.rc_port)
     files = Fourshot.fourshot(rc_control)
     
     for t in files:
         logger.info("%s -- fourshot" % t)
Exemplo n.º 2
0
    def _take_rc_button_fired(self):
        ''' Take fourshot '''

        rc_control = xmlrpclib.ServerProxy("http://127.0.0.1:%i" %
                                           Options.rc_port)
        files = Fourshot.fourshot(rc_control)

        for t in files:
            logger.info("%s -- fourshot" % t)
Exemplo n.º 3
0
def fourshot(ets = None):
    Fourshot.fourshot(rc_control, ets)
Exemplo n.º 4
0
def fourshot(ets=None):
    Fourshot.fourshot(rc_control, ets)