From: Fred L. D. <fd...@us...> - 2003-07-11 04:27:39
|
Update of /cvsroot/cvs-syncmail/CVSROOT In directory sc8-pr-cvs1:/tmp/cvs-serv12427 Modified Files: syncmail Log Message: Comment out the extra diagnostics for now. Index: syncmail =================================================================== RCS file: /cvsroot/cvs-syncmail/CVSROOT/syncmail,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- syncmail 10 Jul 2003 22:02:22 -0000 1.21 +++ syncmail 11 Jul 2003 04:27:36 -0000 1.22 @@ -441,10 +441,10 @@ return if verbose: - print 'Python version', sys.version - os.system("type python1.6; type python2;" - " type python2.0; type python2.1; type python2.2;" - " type rcsdiff; type rlog") +## print 'Python version', sys.version +## os.system("type python1.6; type python2;" +## " type python2.0; type python2.1; type python2.2;" +## " type rcsdiff; type rlog") print 'Mailing %s...' % string.join(people, COMMASPACE) print 'Generating notification message...' blast_mail(subject, people, changes.values(), |