diff --git a/tsshbatch.py b/tsshbatch.py index 9c104ef..ff23081 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -17,7 +17,7 @@ PROGNAME = "tsshbatch.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -CVSID = "$Id: tsshbatch.py,v 1.161 2013/10/28 03:37:09 tundra Exp $" +CVSID = "$Id: tsshbatch.py,v 1.162 2013/10/28 03:38:46 tundra Exp $" VERSION = CVSID.split()[2] CPRT = "(c)" @@ -669,9 +669,9 @@ for prompt, description, items in ((TESTRUN, " ".join(sys.argv), ["\n"]), (SYMTABLE, "", symtbl + ["\n"]), + (HOSTLIST, "", Hosts + ["\n"]), (GETFILES, "", gets + ["\n"]), (PUTFILES, "", puts + ["\n"]), - (HOSTLIST, "", Hosts + ["\n"]), (COMMANDS, "", Commands + ["\n"]) ):