Exemplo n.º 1
0
    def downexec(self, cmdSpl):

        d = Download()
        e = Execute()
        d.executeCommand(cmdSpl)
        e.executeCommand(cmdSpl[1:])