Beispiel #1
0
def startupWithRequest():
    LOG.log_console("started...")

    client = startup()  # @UnusedVariable

    LOG.log_console("waiting till bootup")
    time.sleep(5)
    LOG.log_console("proceed")
Beispiel #2
0
 def on_dummyPYSlot(self, *args):
     LOG.log_console("Recieved remote package")
     request = self._receive(args[0], self._acknowledgeSignal)  # @UnusedVariable