def loop(): global _Loop if not alive(): Tester = _popTester() if Tester: run(Tester) _Loop = reactor.callLater(settings.DefaultLocaltesterLoop(), loop)
def loop(): global _Loop if not alive(): cmd = _popTester() if cmd: run_in_thread(cmd) _Loop = reactor.callLater(settings.DefaultLocaltesterLoop(), loop) # @UndefinedVariable