diff --git a/tsshbatch.py b/tsshbatch.py index 21022c5..3d9d869 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -12,7 +12,7 @@ PROGNAME = "tsshbatch.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -RCSID = "$Id: tsshbatch.py,v 1.120 2011/12/28 18:35:04 tundra Exp $" +RCSID = "$Id: tsshbatch.py,v 1.121 2011/12/28 18:37:03 tundra Exp $" VERSION = RCSID.split()[2] CPRT = "(c)" @@ -27,7 +27,8 @@ ##### # Suppress Deprecation Warnings -# Required in some older environments where paramiko is behind the python libs +# Required in some older environments where paramiko version +# is behind the python libs version. ##### import warnings