def runCommand(self, tc): """Called from the gui thread, pass a ThreadCommand instance to the network""" reactor.callFromThread(self._doRunCommand, tc)